bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

Allow free input

Open rtens opened this issue 8 years ago • 0 comments

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

rtens avatar Mar 21 '16 10:03 rtens