ix icon indicating copy to clipboard operation
ix copied to clipboard

fix(checkbox-group): fixed checkbox scroll issue

Open ridvandmrc opened this issue 8 months ago โ€ข 3 comments

๐Ÿ’ก What is the current behavior?

When using a scrollable list of checkboxes in combination with ix-content, after scrolling and checking a checkbox that is at the bottom of the list, the content jumps up.

GitHub Issue Number: #1308

๐Ÿ†• What is the new behavior?

  • the input that was used as place holder hide the input

๐Ÿ Checklist

A pull request can only be merged if all of these conditions are met (where applicable):

  • [ ] ๐Ÿฆฎ Accessibility (a11y) features were implemented
  • [X] ๐Ÿ—บ๏ธ Internationalization (i18n) - no hard coded strings
  • [X] ๐Ÿ“ฒ Responsiveness - components handle viewport changes and content overflow gracefully
  • [ ] ๐Ÿ“„ Documentation was reviewed/updated (pnpm run docs)
  • [ ] ๐Ÿงช Unit tests were added/updated and pass (pnpm test)
  • [ ] ๐Ÿ“ธ Visual regression tests were added/updated and pass (Guide)
  • [ ] ๐Ÿง Static code analysis passes (pnpm lint)
  • [ ] ๐Ÿ—๏ธ Successful compilation (pnpm build, changes pushed)

๐Ÿ‘จโ€๐Ÿ’ป Help & support

ridvandmrc avatar Jun 28 '24 12:06 ridvandmrc