-
Notifications
You must be signed in to change notification settings - Fork 78
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
[Tile Select] Tile Select React components do not correctly display radio buttons / allow selection #8495
Comments
From the discussion: Your comment pointed me in the right direction - it seems like previously we did not have to separately import |
Spike to investigate if the component could automatically import components, possibly similar to |
It looks like dynamic tags passed to |
**Related Issue:** #8495 ## Summary This fixes an issue that prevented the Stencil build from including supporting components from being auto-defined in the `components` output target.
Nice sleuthing on this @jcfranco ! 😉 |
Installed and assigned for verification. |
**Related Issue:** #8495 ## Summary This fixes an issue that prevented the Stencil build from including supporting components from being auto-defined in the components output target. This probably wasn't noticeable since in `combobox` and `combobox-item`s are expected to be used together.
@DitwanP @geospatialem |
🍭 Verified on |
Check existing issues
Actual Behavior
When using Calcite React components after upgrading to 2.1.0, a Tile Select component with either no
type
property ortype="radio"
, no radio button appears and the tiles are not selectable.Expected Behavior
Expect Radio buttons to appear as default or if type is set to "radio"
Correct functionality with calcite 1.9.1 can be seen here:
https://codesandbox.io/p/sandbox/calcite-1-9-1-tile-select-zdt9t7?file=%2Fsrc%2FApp.js%3A22%2C49
Reproduction Sample
https://codesandbox.io/p/sandbox/caclite-2-1-0-tile-select-wx4tzr?file=%2Fsrc%2FApp.js%3A22%2C49
Reproduction Steps
Create CalciteTileSelect components as described above, with type set to radio or left as default. Note that in the code sandbox checkboxes also appear to be broken.
Reproduction Version
2.1.0
Relevant Info
calcite-components-react
Regression?
Worked in 1.9
Priority impact
p2 - want for current milestone
Impact
We wish to use the tile component as a radio button in our app. With this broken we may have to swap to a different component to have a similar selection experience.
Calcite package
Esri team
ArcGIS Knowledge
The text was updated successfully, but these errors were encountered: