Form Feedback Messages List
Type: React component
How to get FormFeedbackMessagesList?
JavaScript
import { FormFeedbackMessagesList } from 'fds/components';
Shows an aggregated list of FormFeedback based on the passed formFeedbackByName. Generally this is used in combination with the Form component, which returns formFeedbackByName from its onChange prop.
Props
form
Feedback By Name (Optional)
Type: Object<FDS~Name, FDS~FormFeedback>
Form feedback keyed by name (corresponds with the "name" prop on form components).