ix icon indicating copy to clipboard operation
ix copied to clipboard

Added ixchange event to ix-input, ix-numberinput and ix-textarea

Open 1307-Dev opened this issue 6 months ago โ€ข 4 comments

๐Ÿ’ก 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

1307-Dev avatar Jul 09 '25 05:07 1307-Dev

โš ๏ธ 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

changeset-bot[bot] avatar Jul 09 '25 05:07 changeset-bot[bot]

Please make sure that the pipeline is passing. In this case run pnpm lint and fix everything marked as error.

lzeiml avatar Jul 10 '25 07:07 lzeiml

/gemini review

danielleroux avatar Sep 22 '25 06:09 danielleroux