DOJO form FilteringSelect allow user entered data

后端 未结 1 1145
生来不讨喜
生来不讨喜 2021-01-26 03:27

I want to create a form with FilteringSelect element and would be great if use could enter custom value. I tried to do that with comboBox but without success (it sends always va

相关标签:
1条回答
  • 2021-01-26 03:46

    I made small work around ;)

    dijit.byId('nameOfTheWidget').item.value;
    

    assigned in onChange event to hidden input.
    Tricky but works as I wanted.
    It means I made it with ComboBox

    0 讨论(0)
提交回复
热议问题