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
The html select does not work well for mobile apps, I will change it to use a mobile opener with a selection list. This should make it look and function better.
The text was updated successfully, but these errors were encountered:
This is partially fixed, it is using an opener with a selection list, but it should be cleaned up more by using a custom widget for these fields for a couple of reasons.
To make it easier to keep track of the value vs. displayed value, currently a lot of code is involved in trying to get the store id or key and to display the store label or description, a custom widget could handle that in a consistent way.
We should change the html/css for these fields so that they look more like a RoundRectList item instead of a readonly TextBox, that way people will know what they are.
These fields currently work with "click" but not with keypress for enter, so that also should be added via a custom widget.
It may also be possible to know when the value is not set and to set the readOnlyHidden class when the field is not set.
The html select does not work well for mobile apps, I will change it to use a mobile opener with a selection list. This should make it look and function better.
The text was updated successfully, but these errors were encountered: