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(Autocomplete): fix issue where React.Element would not render when used as selected_value #3505

Merged
merged 10 commits into from
May 21, 2024

Conversation

joakbjerk
Copy link
Contributor

@joakbjerk joakbjerk commented Apr 29, 2024

  • Find a better solution for Iterate/Array/demo portal error

Copy link

vercel bot commented Apr 29, 2024

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 May 21, 2024 9:15am

Copy link

codesandbox-ci bot commented Apr 29, 2024

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.

@joakbjerk joakbjerk force-pushed the fix/autocomplete-react-element-as-select_value branch from f6fb9a8 to 1014cf7 Compare May 7, 2024 06:30
@tujoworker tujoworker changed the title fix(Autocomplete): fix issue where React.Element would not render when used as select_value fix(Autocomplete): fix issue where React.Element would not render when used as selected_value May 21, 2024
Copy link
Member

@tujoworker tujoworker left a comment

Choose a reason for hiding this comment

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

Nice fix 👍

@joakbjerk joakbjerk merged commit 6e39785 into main May 21, 2024
10 checks passed
@joakbjerk joakbjerk deleted the fix/autocomplete-react-element-as-select_value branch May 21, 2024 10:14
tujoworker pushed a commit that referenced this pull request May 23, 2024
## [10.32.0](v10.31.0...v10.32.0) (2024-05-23)

### 📝 Documentation

* add more details about media query breakpoint ranges ([#3584](#3584)) ([4364436](4364436))

### 🐛 Bug Fixes

* **Anchor:** add TypeScript (strict) support for react-router-dom Link used as `element` ([#3559](#3559)) ([8f83e2a](8f83e2a))
* **Autocomplete:** fix issue where `React.Element` would not render when used as `selected_value`  ([#3505](#3505)) ([6e39785](6e39785))
* **Breakpoint:** ensure correct breakpoint ranges when using useMedia, useMediaQuery or MediaQuery ([#3588](#3588)) ([1b0e4d6](1b0e4d6))
* **Checkbox:** ensure correct disabled state ([#3587](#3587)) ([7017c50](7017c50))
* **Field.PhoneNumber:** make country code show all relevant countries on click after phonenumber is entered ([#3567](#3567)) ([6287526](6287526))
* **FieldBlock:** avoid 100% width when not needed ([#3561](#3561)) ([10cfdf7](10cfdf7))
* **forms:** add schema `required` support to Field.Composition ([#3571](#3571)) ([bd21cd8](bd21cd8)), closes [#3554](#3554)
* **forms:** add support for `filterData` with existing data when used inside Wizard ([#3568](#3568)) ([d22544d](d22544d))
* **forms:** set focus back on existing element after async submission ([#3585](#3585)) ([b2f5620](b2f5620))
* **Space:** ensure `false` yields to 0 (not to 1rem) ([#3562](#3562)) ([5f93866](5f93866))

### ✨ Features

* **Card:** preliminary sbanken theme ([#3582](#3582)) ([38cd6f8](38cd6f8))
* **Flex:** deprecate `spacing` in favor of `gap` ([#3565](#3565)) ([39e2cf5](39e2cf5))
* **forms:** add `variant` prop to Iterate ViewContainer and EditContainer ([#3569](#3569)) ([f683aa0](f683aa0)), closes [#3566](#3566)
* **forms:** add filterData prop to Visibility component ([#3574](#3574)) ([447eaec](447eaec)), closes [#3572](#3572)
* **forms:** add hasFieldError to useError ([#3586](#3586)) ([1edef36](1edef36))
* **forms:** add path based `filterData` support ([#3576](#3576)) ([467b744](467b744)), closes [#3574](#3574)
* **forms:** change `filterData` method to return object based parameters `{ path, value, data, props, internal }` ([#3577](#3577)) ([05106ac](05106ac)), closes [#3576](#3576)
* **StepIndicator:** preliminary sbanken colors ([#3580](#3580)) ([733be8c](733be8c))
* **Visibility:** deprecate `pathValue` in favour of `visibleWhen` ([#3572](#3572)) ([277d15c](277d15c))
@tujoworker
Copy link
Member

🎉 This PR is included in version 10.32.0 🎉

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
Labels
Development

Successfully merging this pull request may close these issues.

None yet

2 participants