text_with_select

text_with_select field creates ordinary text input field, with drop down option to the right of the field. If drop down is selected, its value is copied into input field.

 

  fields
    10:
      name: position
      type: text_with_select
      eval: dc_big_table 'ads-positions'
      size: 20

 

 Choices for drop down options are defined same as for select input field.


Last update: 29.01.2022