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!