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

🐛 bal-select: balChange not triggered in a modal #952

Closed
1 task done
alexsoeres opened this issue Jun 19, 2023 · 2 comments · Fixed by #960
Closed
1 task done

🐛 bal-select: balChange not triggered in a modal #952

alexsoeres opened this issue Jun 19, 2023 · 2 comments · Fixed by #960
Assignees
Labels
🐛 bug Something isn't working

Comments

@alexsoeres
Copy link

Current Behavior

When I enter a value in a bal-select with typeahead and selectionOptional and select another form component balChange is not triggered (first case) but if I click outside the component (without clicking another form component) balChange is triggered (second case)
image
image

Expected Behavior

In both cases both balChange and balBlur event should be triggered

Steps to Reproduce

  1. Create a bal-modal
  2. Add a bal-select component in it with typeahead and selectionOptional property
  3. Add another form component on the same modal
  4. Enter a random value in the first bal-select component
  5. Exit the component by clicking the second form component
  6. Value change is not triggered

Version

13.4.4

Browsers

Chrome

Device

Desktop

Code Reproduction URL

No response

Additional Information

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@alexsoeres alexsoeres added the 🐛 bug Something isn't working label Jun 19, 2023
@alexsoeres alexsoeres changed the title 🐛 fix(component): title 🐛 bal-select: balChange not triggered in a modal Jun 19, 2023
@hirsch88 hirsch88 self-assigned this Jun 21, 2023
@hirsch88
Copy link
Member

/cib

@github-actions
Copy link
Contributor

Branch fix/issue-952 created!

github-actions bot pushed a commit that referenced this issue Jun 21, 2023
mladenplaninicic pushed a commit that referenced this issue Jun 21, 2023
* Create PR for #952

* fix(select): validates after blur on button and input

---------

Co-authored-by: hirsch88 <hirsch88@users.noreply.github.com>
Co-authored-by: Gery Hirschfeld <gerhard.hirschfeld@baloise.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants