pnp / sp-dev-fx-controls-react

Reusable React controls for SPFx solutions
https://pnp.github.io/sp-dev-fx-controls-react/
MIT License
380 stars 380 forks source link

[Dynamic Field] Implement Radio Buttons for choice fields #1797

Open Ruslan-Urban opened 3 months ago

Ruslan-Urban commented 3 months ago

Category

Version 3.17.0

Expected / Desired Behavior / Question

Standard SharePoint list forms implement display radio buttons for choice fields with display type Radio Buttons.

Observed Behavior

Radio Buttons option is missing on the Choice fields in the Dynamic Forms component/Dynamic Field control.

Steps to Reproduce

Implement Form Customizer extensions with a Dynamic Form for a list that has a Choice field with display type "Radio Buttons". Notice that a drop-down control is displayed for both Drop-Down Menu and Radio Buttons display types.

image