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
If you have text to select that is larger than the width of the materialize select, it always shows the end of the text instead of the beginning like a normal browser select.
Any styles like text-align: left, etc., won't help show the beginning of the text inside the input element.
I think it's because of text truncate/manipulation in js.
Environment
Version used: latest
Browser Name and version: Chrom, Firefox
Operating System and version (desktop or mobile): Linux 6.12.4
The text was updated successfully, but these errors were encountered:
I've also noticed this recently and was working on concept to combine the Select(multiple options) and Autocomplete(multiple options) together with the Chips component, as a result no items would be visible in the selects itself but would be listed as Chips item with option to remove any added options with the Chip close icon, in the background we would work with multiple input fields to handle interaction with any given backend, instead of passing all values into one field, this would result in retrieving an array instead of a string separated with commas
WDYT?
@untainsYD can you also update the title of the issue accordingly?
If you have text to select that is larger than the width of the materialize select, it always shows the end of the text instead of the beginning like a normal browser select.
Any styles like
text-align: left
, etc., won't help show the beginning of the text inside the input element.I think it's because of text truncate/manipulation in js.
Environment
The text was updated successfully, but these errors were encountered: