Input

showInput

Elite.showInput(data)
  • data: table

    • id: string

    • title: string

    • submit?: string

      • Replaces the default submit button text in qb-input

    • inputs: table (object)

      • name: number

        • This has to be a number and NOT a string as qb-input originally wants.

      • type: string

      • required: boolean

      • text: string

Return: table (object)

Last updated