Skip to content
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

Support disabled attr TabPane #372

Merged
merged 2 commits into from
Sep 6, 2021

Conversation

geoffreymugnier
Copy link
Contributor

Just brings support for "disabled" attribute on TabPane. The TS interface hasn't been updated since it is a simple HTML attribute.

The storybook has been updated with an example :

image

Copy link
Owner

@bestguy bestguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @geoffreymugnier , however I do think this disabled needs to be added to the .d.ts file, correct? TabPane extends <HTMLElementTagNameMap['div']> which does not have disabled afaik.

@geoffreymugnier
Copy link
Contributor Author

Thanks @geoffreymugnier , however I do think this disabled needs to be added to the .d.ts file, correct? TabPane extends <HTMLElementTagNameMap['div']> which does not have disabled afaik.

 Oh, that's perfectly right. My bad, I did this one too fast :/

Copy link
Owner

@bestguy bestguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bestguy bestguy merged commit 9931180 into bestguy:master Sep 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants