ix
ix copied to clipboard
fix(checkbox-group): fixed checkbox scroll issue
๐ก 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)