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
I found this problem for <Alert>, <TimePicker> and <NonIdealState> components
<Alert>
<TimePicker>
<NonIdealState>
Link to a minimal repro: https://codesandbox.io/s/blueprint-sandbox-forked-6drvc0?file=/src/index.tsx
The component does not have a data-* attribute
The component has a data-* attribute
The text was updated successfully, but these errors were encountered:
Duplicate of #3763, please comment there with the components you wish to use data-* attributes with.
data-*
Sorry, something went wrong.
How to add data-* for accordion (button) and form (label) ?
No branches or pull requests
Environment
Code Sandbox
I found this problem for
<Alert>
,<TimePicker>
and<NonIdealState>
componentsLink to a minimal repro: https://codesandbox.io/s/blueprint-sandbox-forked-6drvc0?file=/src/index.tsx
Steps to reproduce
Actual behavior
The component does not have a data-* attribute
Expected behavior
The component has a data-* attribute
The text was updated successfully, but these errors were encountered: