Description
The RadioButton class present in vaadin-radio-button-flow.jar versions 14.6.7, 19.0.9 and 20.0.5 is not public - it's visibility is "package". However, the example page at https://vaadin.com/components/vaadin-radio-button/ suggests that there is a lone Radio Button component available in Vaadin.
Expected outcome
RadioButton should be public, similar to RadioButtonGroup.
Alternatively, change the examples at https://vaadin.com/components/vaadin-radio-button/ to explicitly mention Radio Button Group instead of Radio Button.
Environment
- Version of the component / Vaadin platform. 14.6.7, 19.0.9, 20.0.5
Description
The
RadioButtonclass present invaadin-radio-button-flow.jarversions 14.6.7, 19.0.9 and 20.0.5 is not public - it's visibility is "package". However, the example page at https://vaadin.com/components/vaadin-radio-button/ suggests that there is a lone Radio Button component available in Vaadin.Expected outcome
RadioButtonshould be public, similar toRadioButtonGroup.Alternatively, change the examples at https://vaadin.com/components/vaadin-radio-button/ to explicitly mention Radio Button Group instead of Radio Button.
Environment