How to make ComboBox non editable?
Is there a way to set dijit.form.ComboBox non-editable?
Non editable ComboBox
Submitted by elango.ramaraj on Fri, 05/09/2008 - 16:28.
- Login or register to post comments
- Unsubscribe post
How to make ComboBox non editable?
Is there a way to set dijit.form.ComboBox non-editable?
Need same help :)
I am trying to use dijit.form.ComboBox
I also need non editable component
I have tried using readOnly property but that makes entire comboBox non editable.
Factory 1
Factory 2
Factory 3
Factory 4
Factory 5
I want functionality that can restrict user from editing options of ComboBox not from selecting values from it.
Cheers
Suyog Doshi
dijit.form.FilteringSelect
should meet your demands.