SAP / ui5-webcomponents-ngx

UI5 Web Components for Angular provides directives for each UI5 Web Component. The directives allow to easily build your Angular application following the SAP Design System.
https://ui5-webcomponents-ngx.netlify.app/
Apache License 2.0
23 stars 4 forks source link

RadioButton: No FormControl support #94

Closed ilhan007 closed 5 months ago

ilhan007 commented 8 months ago

Created the issue on behalf of SAP Build Process Automation: RadioButton - FormControl support is missing.

Expected Behavior

Steps to Reproduce

  1. Go to '...'
  2. ...
  3. ...

Isolated Example

Context

Log Output / Stack Trace / Screenshots

{...}

Priority

The priority indicates the severity of the issue. To set the appropriate priority consider the following criteria:

Note: The priority might be re-evaluated by the issue processor.

Stakeholder Info (if applicable)

timogeib commented 7 months ago

Please check the CODE example in https://sap.github.io/ui5-webcomponents/playground/?path=/docs/main-radio-button--docs ui5-radio-button are nested, Option 2 is there multiple times. Added example to https://github.tools.sap/I555913/ui5-webcomponents-sandbox for issue 94 FormControl value is set to "true" as soon as a radio is selected, not the selected option. Default form FormControl is not set. image