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

v0.5.1 DBTabItem "onChange" prop not executed after initial execution #3595

Open
1 of 7 tasks
MihajloLazar1 opened this issue Dec 12, 2024 · 0 comments
Open
1 of 7 tasks
Labels

Comments

@MihajloLazar1
Copy link

Which generators are impacted?

  • All
  • HTML
  • React
  • Angular
  • Vue
  • Web components
  • Power Apps

Reproduction case

<DBTabs initialSelectedMode="manually">
    <DBTabList>
        <DBTabItem onChange={() => console.log('1')}>1</DBTabItem>
	<DBTabItem onChange={() => console.log('2')}>2</DBTabItem>
    </DBTabList>
    <DBTabPanel>content 1</DBTabPanel>
    <DBTabPanel>content 2</DBTabPanel>
</DBTabs>

Expected Behaviour

The "onChange" prop must be triggered on each input field "checked" state change, not only once.

Screenshots

No response

Browser version

None

Add any other context about the problem here.

No response

@mfranzke mfranzke added the 👩‍👧‍👦community feedback Feedback from community label Dec 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants