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 request is related to the content displayed in the select field when many items are selected. The description of the values, as you can see, takes up a lot of space and when this is selected, even if it is shortened, with many values the space occupied is a lot. It would be useful to have an attribute in the "<OPTION" tag (for example data-option or data-value or data-alternate-value) in which to put the value to be displayed if you choose that option instead of the description between <OPTION ....> description.
For example, the code could be:
<OPTION value = "arknoid2" data-value = "arknoid2"> Arkanoid - Revenge of DOH (World) </OPTION>
<OPTION value = "arkanoid" data-value = "arkanoid"> Arkanoid (World, older) </OPTION>
<OPTION value = "astrob" data-value = "astrob"> Astro Blaster (version 3) </OPTION>
<OPTION value = "bankp" data-value = "bankp"> Bank Panic </OPTION>
Thanks for opening a new issue. The author has been notified and will review it as soon as possible.
For urgent issues and priority support, visit https://xscode.com/olton/Metro-UI-CSS or Patreon
The request is related to the content displayed in the select field when many items are selected. The description of the values, as you can see, takes up a lot of space and when this is selected, even if it is shortened, with many values the space occupied is a lot. It would be useful to have an attribute in the "<OPTION" tag (for example data-option or data-value or data-alternate-value) in which to put the value to be displayed if you choose that option instead of the description between <OPTION ....> description.
For example, the code could be:
And in the field, if you select those items:
The text was updated successfully, but these errors were encountered: