We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
O componenete se desabilita quando recebe a prop isDisabled porém visualmenete não fica desabilitado como os outros campos
isDisabled
espera-se que o campo assumisse a cor cinza de background disabled quando rece a prop isDisabled
https://codesandbox.io/p/sandbox/shoreline-data-picker-5jdxt3?file=%2Fsrc%2FApp.tsx%3A18%2C19
change from data-disabled to aria-disabled
data-disabled
aria-disabled
nesta linha para DataRangePicker e nesta linha para DataPicker
No response
pnpm
The text was updated successfully, but these errors were encountered:
fix(data-picker): update style when field is disabled
c687c6c
Updates the styles to pick up correctly when the field is disabled and also leaves the calendar button disabled fix #2048
fix(data-range-picker): update style when field is disabled
6bb77c8
lafray
Successfully merging a pull request may close this issue.
Problem
O componenete se desabilita quando recebe a prop
isDisabled
porém visualmenete não fica desabilitado como os outros camposExpected behavior
espera-se que o campo assumisse a cor cinza de background disabled quando rece a prop
isDisabled
Reproducible Example
https://codesandbox.io/p/sandbox/shoreline-data-picker-5jdxt3?file=%2Fsrc%2FApp.tsx%3A18%2C19
Suggested solution
change from
data-disabled
toaria-disabled
nesta linha para DataRangePicker e nesta linha para DataPicker
Additional context
No response
Package
No response
Packages version
No response
Browser
No response
Package Manager
pnpm
The text was updated successfully, but these errors were encountered: