Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow free input #205

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Allow free input #205

wants to merge 1 commit into from

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