PrimeReact Customization
You may set PrimeReact-specific options in the uiSchema
object using the "prime"
"ui:option"
.
{
"password": {
"ui:options": {
"prime": {
"feedback": true,
"weakLabel": "Too weak",
"mediumLabel": "Could be stronger",
"strongLabel": "Strong password",
"toggleMask": true
}
}
}
}
Components
The @rjsf/primereact
theme renders to the following PrimeReact components:
InputText
as the default widgetAutoComplete
as the default withexamples
Checkbox
for boolean fields andcheckboxes
widgetColorPicker
ascolor
widgetPassword
aspassword
widgetRadioButton
asradio
widgetSlider
asrange
widgetDropdown
asselect
widgetMultiSelect
asselect
widget withmultiple
optionInputTextarea
astextarea
widgetInputNumber
asupdown
widget
Please refer to the PrimeReact documentation for the available PrimeReact-specific options of each component.