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
After selecting a PF element from input type combobox the options for a dependent SFS element are not always loaded on first change; instead you have to select a different element first and another change will fill the options
The text was updated successfully, but these errors were encountered:
This seems to be depending on how you select the value. The combobox is based on the OOUI ComboBoxInputWidget which seems to fire a change event after selecting an option only if there has been typed into the corresponding input field; that is, using only the arrow keys or the mouse to select an option does not fire the change event. (And therefore SFS is not informed to update the options.)
Setup
Issue
After selecting a PF element from input type combobox the options for a dependent SFS element are not always loaded on first change; instead you have to select a different element first and another change will fill the options
The text was updated successfully, but these errors were encountered: