-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unescapable nested div class in AutoComplete #104
Comments
I can add an input_class parameter to the AutoComplete component. |
There's
using |
Do you have any good ideas? |
Not right now. I think the core problem here comes from this implicit nesting of |
One more detail: in
basically it means that the third option (overriding input class with |
Also, can you write an example of your needs? |
In my example I was trying to fit it into tailwind css classes written by another engineer. It's just a prototype so maybe we'll just throw away that piece of code soon. |
@luoxiaozero could you help me finding PR/commit which fixed this? (cross-links could be helpful for cases like this BTW) |
Sorry, I thought you no longer need this feature. I will reopen issue.
What does cross-links mean? |
with a cross-link I meant a link between a PR or commit and a ticket, e.g. Github finds those and adds to the ticket. |
AutoComplete
proviesclass
for its maindiv
but internally it usesInput
which adds an extradiv
inside andclass
for that input can't be changed throughAutoComplete
paramsThe text was updated successfully, but these errors were encountered: