Skip to content
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

Merged
merged 1 commit into from
May 2, 2023

Conversation

tujoworker
Copy link
Member

The intention is to release this fix in v9.
The tests are added in PR #2269 to avoid git conflicts.

@vercel
Copy link

vercel bot commented Apr 28, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
eufemia ✅ Ready (Inspect) Visit Preview 💬 Add feedback Apr 28, 2023 5:23pm

@codesandbox-ci
Copy link

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:

Sandbox Source
eufemia-starter Configuration

Copy link
Contributor

@joakbjerk joakbjerk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good too! 🙏

@tujoworker tujoworker merged commit 2201ea9 into main May 2, 2023
@tujoworker tujoworker deleted the fix/input-masked-invalid-chars-focus branch May 2, 2023 15:41
tujoworker pushed a commit that referenced this pull request May 3, 2023
## [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))
@tujoworker
Copy link
Member Author

🎉 This PR is included in version 9.47.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

tujoworker pushed a commit that referenced this pull request May 26, 2023
## [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))
@tujoworker
Copy link
Member Author

🎉 This PR is included in version 10.0.0-beta.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

2 participants