Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Chained options #3058

dsitbon ·
Is it possible to have text boxes values to change dynamically based on a selection box?

Thanks
  • replies 7
  • views 1436
  • stars 0
robinshen ADMIN ·
Unfortunately this is not possible. Right now, chained options only alter available choices of selection field, and do not touch any field directly accepting user input, as otherwise user input might get overwritten.
dsitbon ·
Additional question on same topic:

Is it possible to automatically select the first option in chained selection box?
It always move to 'Choose one' (as in your demo http://demo.pmease.com/overview/96), even if there's only one choice in list.

Thanks
robinshen ADMIN ·
The situation is something like below thread and suggested workaround there applies to this as well:
viewtopic.php?f=1&t=4262
dsitbon ·
Question was if I can specify which list item is selected with simple code.
robinshen ADMIN ·
The initialization of the field in your bean class determines which list item is selected.
dsitbon ·
I think it's a quite basic feature which should be available w/o developing bean class or the like.
Can we request it as RCR?
robinshen ADMIN ·
It is problematic to update values of text input directly based on other selections as that can overwrite user's current input.