Skip to main content
Version: Current (v6.0.0-beta.11)

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:

Please refer to the PrimeReact documentation for the available PrimeReact-specific options of each component.