Closed SimeonC closed 6 months ago
disabled is on input props but the “Input Wrapper” type elements need to set data-variant: ‘disabled’.
disabled
data-variant: ‘disabled’
See https://github.com/tablecheck/settings-frontend/pull/878#issuecomment-2140054836
Canary Versions
0 tests 0 :heavy_check_mark: 0s :stopwatch: 0 suites 0 :zzz: 1 files 0 :x:
Results for commit 856d703d.
:recycle: This comment has been updated with latest results.
:rocket: PR was released in @tablecheck/tablekit-core@3.0.4, @tablecheck/tablekit-css@3.0.4, @tablecheck/tablekit-react-css@3.0.4, @tablecheck/tablekit-react-datepicker@3.0.4, @tablecheck/tablekit-react-select@3.0.4, @tablecheck/tablekit-react@3.0.4 :rocket:
@tablecheck/tablekit-core@3.0.4
@tablecheck/tablekit-css@3.0.4
@tablecheck/tablekit-react-css@3.0.4
@tablecheck/tablekit-react-datepicker@3.0.4
@tablecheck/tablekit-react-select@3.0.4
@tablecheck/tablekit-react@3.0.4
disabled
is on input props but the “Input Wrapper” type elements need to setdata-variant: ‘disabled’
.See https://github.com/tablecheck/settings-frontend/pull/878#issuecomment-2140054836
📦 Published PR as canary version:
Canary Versions
:sparkles: Test out this PR locally via: ```bash npm install @tablecheck/tablekit-core@3.0.4-canary.229.9311772607.0 npm install @tablecheck/tablekit-css@3.0.4-canary.229.9311772607.0 npm install @tablecheck/tablekit-react@3.0.4-canary.229.9311772607.0 npm install @tablecheck/tablekit-react-css@3.0.4-canary.229.9311772607.0 npm install @tablecheck/tablekit-react-datepicker@3.0.4-canary.229.9311772607.0 npm install @tablecheck/tablekit-react-select@3.0.4-canary.229.9311772607.0 # or yarn add @tablecheck/tablekit-core@3.0.4-canary.229.9311772607.0 yarn add @tablecheck/tablekit-css@3.0.4-canary.229.9311772607.0 yarn add @tablecheck/tablekit-react@3.0.4-canary.229.9311772607.0 yarn add @tablecheck/tablekit-react-css@3.0.4-canary.229.9311772607.0 yarn add @tablecheck/tablekit-react-datepicker@3.0.4-canary.229.9311772607.0 yarn add @tablecheck/tablekit-react-select@3.0.4-canary.229.9311772607.0 ```