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

fix(TabStripItem): bind attributes and listeners; support tap listener #601

Merged
merged 1 commit into from
Jan 13, 2020

Conversation

Ignigena
Copy link
Contributor

Updating to use the new Tabs and BottomNavigation components recommended to use in place of TabView. However, I quickly noticed that the @tap binding isn't currently working on an individual TabStripItem while the @tapItem was working on the parent TabStrip.

I've changed the component to use a render function to bind both the event listeners and the attributes so that @tap now works on individual tab items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants