-
Notifications
You must be signed in to change notification settings - Fork 32
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
fix(InputMasked): on custom mask – avoid interaction stall after focus #2270
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit 6183fd0:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good too! 🙏
## [9.47.4](v9.47.3...v9.47.4) (2023-05-03) ### Bug Fixes * **InputMasked:** on custom mask – avoid interaction stall after focus ([#2270](#2270)) ([2201ea9](2201ea9))
🎉 This PR is included in version 9.47.4 🎉 The release is available on: Your semantic-release bot 📦🚀 |
## [10.0.0-beta.8](v10.0.0-beta.7...v10.0.0-beta.8) (2023-05-26) ### 💈 Style Changes * **Button:** smaller tertiary button focus effect for Sbanken ([#2319](#2319)) ([0652d0d](0652d0d)) ### ✨ Features * **Anchor:** add `scrollToHash` feature ([#2290](#2290)) ([d9a692e](d9a692e)), closes [#2286](#2286) * **Anchor:** always show focus when `dnb-anchor--focus` is used ([#2364](#2364)) ([cdd75b2](cdd75b2)) * **Anchor:** remove horizontal padding ([#2365](#2365)) ([05d75a6](05d75a6)) * **Anchor:** Sbanken styling, added icon props ([#2318](#2318)) ([c8e63a1](c8e63a1)) * expose package version ([#2327](#2327)) ([b63b7cd](b63b7cd)) * **GlobalStatus:** add possibility for a custom message (replace `global_status_id` with `globalStatus` prop) ([#2351](#2351)) ([a6f59d8](a6f59d8)) * **HelpButton:** remove `modal_props` in favour of `render` ([#2333](#2333)) ([6cb1767](6cb1767)) * **Theme:** add `darkMode` and `contrastMode` props ([#2355](#2355)) ([712441b](712441b)) * **Typography:** Use text color on typography for Sbanken ([#2363](#2363)) ([eb2763b](eb2763b)) ### 📝 Documentation * Add Sbanken color table and -documentation ([#2332](#2332)) ([6523643](6523643)) * **Breadcrumb:** improve event docs ([76f2294](76f2294)) * **Grid:** removes WIP ([42b7d8d](42b7d8d)) * **PaymentCard:** change imports of types to /payment-card ([e6588dc](e6588dc)) * **ProgressIndicator:** Update size properties ([a216855](a216855)) * **ProgressIndicator:** Update size properties ([4df05eb](4df05eb)) * **Radio:** improve event docs ([f277b13](f277b13)) * **Table:** enhance info about the component and possibilities ([#2336](#2336)) ([9963029](9963029)) * **Table:** improve event docs ([4bd22b7](4bd22b7)) * **Tag:** improve event docs ([389ddd0](389ddd0)) * **ToggleButton:** improve event docs ([aaf811c](aaf811c)) * **v10:** adds examples for updating imports to assets and fonts ([d3d91b3](d3d91b3)) * **v10:** where -> was ([9acc294](9acc294)) ### 🐛 Bug Fixes * **Button:** fix icon alignment issue when left positioned ([#2371](#2371)) ([bbb1ec8](bbb1ec8)) * **Dialog:** make action buttons responsive ([#2373](#2373)) ([be41c14](be41c14)) * **Icon:** enhance alignment when used in paragraphs ([#2368](#2368)) ([69699f7](69699f7)) * **InputMasked:** duplicate decimal number when typing ([#2344](#2344)) ([0d66dc0](0d66dc0)) * **InputMasked:** fix integerLimit issue when combined with decimals ([#2338](#2338)) ([6df4b31](6df4b31)) * **InputMasked:** on custom mask – avoid interaction stall after focus ([#2270](#2270)) ([2201ea9](2201ea9)) * **NumberFormat:** fix tooltip theme inheritance ([#2354](#2354)) ([502c847](502c847)) * omit showing Tooltip after Dialog or Drawer got closed ([#2375](#2375)) ([583fb8d](583fb8d)) * **VisuallyHidden:** force properties to overcome unwanted CSS specificity ([#2366](#2366)) ([64a3c6f](64a3c6f))
🎉 This PR is included in version 10.0.0-beta.8 🎉 The release is available on: Your semantic-release bot 📦🚀 |
The intention is to release this fix in v9.
The tests are added in PR #2269 to avoid git conflicts.