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
Would it be possible to add an option to change the class names of the elements? For projects that don't use the CSS BEM method for naming classes but something else it can be very odd.
The text was updated successfully, but these errors were encountered:
This is cool with me, but will have to think bout the a API. Do you have any suggestions?
We need to take 5 classnames into account (floatl--focused, floatl--active, floatl--multiline, floatl__label, floatl__input). My first thought is passing in an object as an argument to specify classnames, but this won't look nice and will require a major version bump.
On 19 Apr 2018, at 11:08, Anton Prins ***@***.***> wrote:
Maybe like how choices handles it? https://github.com/jshjohnson/Choices
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
Would it be possible to add an option to change the class names of the elements? For projects that don't use the CSS BEM method for naming classes but something else it can be very odd.
The text was updated successfully, but these errors were encountered: