๐Ÿ“qb-input

Enter stuff here

Introduction

The QB Input system provides an interactive Lua-based user input form integrated with a web-based interface

Features

  • Multiple input types (text, password, number, radio, select, checkbox, color)

  • Customizable form submission

  • Dynamic styling through configuration

  • Easy-to-use Lua and JavaScript integration

ShowInput

Displays an input form and returns user input data.

  • data: table

    • header :string (optional)

    • submitText:string (optional)

    • inputs: table

      • type: string

      • name: string

      • text: string

      • default: any (optional)

      • isRequired: boolean (optional)

      • options: table (optional)

        • text: string

        • value: string

        • checked: boolean (optional)

CloseMenu

Closes the menu

Last updated

Was this helpful?