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
{{ message }}
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.
Subject
Floating Label
Description
I've found out that in this recipe: https://chakra-ui.com/community/recipes/floating-labels.
There is
zIndex: 2
but I thinkzIndex: 1
is enought and it conflict with less components (i.e. https://www.npmjs.com/package/react-datepicker).my setup to makes datepicker works with floating:
Form theme string label =
'input:not(:placeholder-shown) + label, .chakra-react-select--has-value + label, .chakra-datepicker--has-value + label, .chakra-select__wrapper + label, textarea:not(:placeholder-shown) ~ label':
DatePicker Component =
and... I wonder if there is a way to make it works without conflict at all with other elements (i'm having trouble with https://www.npmjs.com/package/react-select)
The text was updated successfully, but these errors were encountered: