HTML5 Data Bindings State Management Support Product Page
Answered
Using a drop down menu to select state
Asked 02 Mar 2017 23:38:28
1
has this question
02 Mar 2017 23:38:28 Lee Woolsey posted:
I have drop-down menu populated with records that I want to use to filter results for dynamic table. Everything works as I would expect, EXCEPT the binding state manage uses my ]previous selection when updating the URL parameter. I've tried the onchange method and onclick, but they both yield the same results.How can I make it recognize the NEW selection when passing the value to the URL parameter?
Replies
Replied 06 Mar 2017 08:20:17
06 Mar 2017 08:20:17 Teodor Kuduschiev replied:
Hello Lee,
due to the nature of dropdowns, unfortunately it is not possible to control state management this way.
due to the nature of dropdowns, unfortunately it is not possible to control state management this way.
Replied 06 Mar 2017 14:10:46
06 Mar 2017 14:10:46 Lee Woolsey replied:
I restructured it using the example of your dynamic drop downs and was able to get it to work the way I wanted.