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
For settings with the "Selectbox" type, the "Field Options" field must be required, otherwise an empty list is displayed for the user.
And if you set only value of the field, then the logic of the list itself is lost.
Expected behavior
"Field Options" field must be required
Environment
ClientConfig 2.3
The text was updated successfully, but these errors were encountered:
And in the clientconfig.options_default lexicon set Yes==1||No==0.
As a result, we have an example for the Selectbox for the user, which is convenient and the field is now required.
However, for non-Selectbox, the options parameter is not empty.
@Mark-H What do you think, should I do PR or are these corrections not particularly useful? Or is there another solution?
Summary
For settings with the "Selectbox" type, the "Field Options" field must be required, otherwise an empty list is displayed for the user.
And if you set only value of the field, then the logic of the list itself is lost.
Expected behavior
"Field Options" field must be required
Environment
ClientConfig 2.3
The text was updated successfully, but these errors were encountered: