Skip to content

Conversation

rtens
Copy link

@rtens rtens commented Mar 21, 2016

I needed a traditional combo box that lets the user either choose from a select list or enter an arbitrary string. So I added an option freeInput to define the name and the value of the input field.

  $('.combobox').combobox({
    freeInput: {
     name:'foo', 
     value:'bar'
    }
  })

Thanks for the great widget =D

Copy link

@CesarAV CesarAV left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Excelent. Thank you!

@tiesont tiesont added the enhancement A feature request label Apr 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A feature request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants