Skip to content
This repository has been archived by the owner on Sep 11, 2021. It is now read-only.

Custom-forms with applyComplexClasses on shows focus state as default state #73

Open
lowv-developer opened this issue Aug 25, 2020 · 1 comment

Comments

@lowv-developer
Copy link

custom-forms with applyComplexClasses on, shows focus state as default state
Are you seeing the same?

When I deactivate applyComplexClasses everything comes back to normal

@lowv-developer
Copy link
Author

update: I fixed this by splitting my css, so it seems to me that this is an applyComplexClasses issue when you use comma separated classes

input[type=text], input[type=email], input[type=text] { @apply form-input; }

to

input[type=text] { @apply form-input; } input[type=email] { @apply form-input; } input[type=tel] { @apply form-input; }

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant