Added ixchange event to ix-input, ix-numberinput and ix-textarea
๐ก What is the current behavior?
There is no event in ix-input which behaves like the native html change event.
GitHub Issue Number: #1811
๐ What is the new behavior?
On clicking enter, an ixchange event is fired. Furthermore, when clicking outside the text box wile the value inside the input is changed also causes the event to be sent, similar to the native change input.
๐ Checklist
A pull request can only be merged if all of these conditions are met (where applicable):
- [ ] ๐ฆฎ Accessibility (a11y) features were implemented
- [ ] ๐บ๏ธ Internationalization (i18n) - no hard coded strings
- [ ] ๐ฒ Responsiveness - components handle viewport changes and content overflow gracefully
- [ ] ๐ Documentation was reviewed/updated siemens/ix-docs
- [x] ๐งช Unit tests were added/updated and pass (
pnpm test) - [ ] ๐ธ Visual regression tests were added/updated and pass (Guide)
- [x] ๐ง Static code analysis passes (
pnpm lint) - [x] ๐๏ธ Successful compilation (
pnpm build, changes pushed)
๐จโ๐ป Help & support
โ ๏ธ No Changeset found
Latest commit: 21c5688914dc2779d6230036ea83cab859e18740
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
Please make sure that the pipeline is passing. In this case run pnpm lint and fix everything marked as error.
/gemini review
Quality Gate passed
Issues
2 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.8% Duplication on New Code
Quality Gate passed
Issues
33 New issues
0 Accepted issues
Measures
0 Security Hotspots
0.0% Coverage on New Code
0.8% Duplication on New Code