Deprecate public guid properties on checkbox and radio-button #9110
Labels
4 - verified
Issues that have been released and confirmed resolved.
calcite-components
Issues specific to the @esri/calcite-components package.
estimate - 1
Very small fix or change (potentially a single line), doesn't require updates to tests.
future breaking change
Issues and pull requests with deprecation(s), requires a breaking change in a future milestone.
good first issue
Issues that can be worked on by contributors new to calcite-components.
p - low
Issue is non core or affecting less that 10% of people using the library
refactor
Issues tied to code that needs to be significantly reworked.
Milestone
Description
Make these properties internal private variables instead of public properties.
Rely on an id being set on the host of the component or generate a guid and set it as an id on the host if not defined.
Proposed Advantages
No unique guid property
Currently, the guid is typed as guid() which isn't ideal on the docs
Which Component
checkbox
radio-button
Relevant Info
No response
Calcite package
The text was updated successfully, but these errors were encountered: