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
Hi, i am using your plugin on one of my projects.
I used to use a styled UL with custom JS code to achieve a similar effect but I was missing accessibility and arrows to navigate the options so I am migrating to LC-select.
In my original code, I have nested options ( think of a folder subtree)... for that and in order to style, I was giving a data-indentation attribute to each li.
When using your plugin, this custom attribute is understandably, not transferred to the elements.
Is there a way to achieve this already?
Would you be interested in adding it?
Thanks in advance...
The text was updated successfully, but these errors were encountered:
You can achieve custom styling by using CSS to apply indentation to your options. While LC-select might not have a direct attribute for indentation, you can use classes or other attributes to target and style your options accordingly.
For example:
** If the data-indentation attribute is a feature you believe would enhance LC-select, you could consider reaching out to the developers of the library to request such a feature or even contribute to the project by adding it yourself. **
Hi, i am using your plugin on one of my projects.
I used to use a styled UL with custom JS code to achieve a similar effect but I was missing accessibility and arrows to navigate the options so I am migrating to LC-select.
In my original code, I have nested options ( think of a folder subtree)... for that and in order to style, I was giving a data-indentation attribute to each li.
When using your plugin, this custom attribute is understandably, not transferred to the elements.
Is there a way to achieve this already?
Would you be interested in adding it?
Thanks in advance...
The text was updated successfully, but these errors were encountered: