ReactFormCombinedRadioSelect<TFormValues>(props): null | Element
A specialized wrapper that integrates with react-hook-form. It uses a radio
input combined with a select input for more efficient UX.
Gets the same props as a normal select input, but lets you choose
an item to 'prioritize', which will be displayed above the input
as a radio select that lets you choose between that item or 'other'
A specialized wrapper that integrates with react-hook-form. It uses a radio input combined with a select input for more efficient UX. Gets the same props as a normal select input, but lets you choose an item to 'prioritize', which will be displayed above the input as a radio select that lets you choose between that item or 'other'