[2.5.2] Radio Buttons not displaying correctly?

image

New-UDInputField -Type "radioButtons" -Name "ReportType" -Placeholder @("Reports by Student", "Detentions by Day", "Student Sign Out") -Values @("RS", "DD", "SO")

Previously, the Values were hidden, which is what i would like, as i do not want those visible.

Is this a bug or is this something i need to change my code to fix?

Thank you!

This is a bug @AlonGvili I believe has fixed it, but it has not been pushed out as a enterprise release yet…

1 Like