Ruby on Rails Thursday, September 26, 2019

Hi Everyone,

Our use case is we have two option sets. Both can be modified by the user. Optionset1 contains two values. Optionset2 contains a dozen values. We want Optionset2 to show values depending on what value is selected for Optionset1.


When no value is selected for Optionset1, we want Optionset2 to show no values (or be disabled).


We want the user to be able to change values for Optionset1 multiple times during the same session if necessary and always get the corresponding values for Optionset2.

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/47cdb25a-2fb2-4abf-b66b-72ac8e9205df%40googlegroups.com.

No comments:

Post a Comment