You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i remove options from a select list, and the selection is on one of this hidden options, the selection should be refreshed, so it is on a visible option.
When i remove options from a select list, and the selection is on one of this hidden options, the selection should be refreshed, so it is on a visible option.
Example:
Select char "B", then number "three". The selection "jumps" now to char "A", because "B" is now hidden.
It would save a lot of code lines on longer forms, if the functionality of checkSelectsOptionsVisibilty() would be somehow be included in dependsOn.
The text was updated successfully, but these errors were encountered: