You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<FormControl.Caption>With or without "@". For example "monalisa" or "@monalisa"</FormControl.Caption>
267
263
</FormControl>
268
264
)
@@ -332,12 +328,6 @@ The container that handles the layout and passes the relevant IDs and ARIA attri
332
328
defaultValue="false"
333
329
description="Whether the field is ready for user input"
334
330
/>
335
-
<PropsTableRow
336
-
name="validationMap"
337
-
type="Record<string, 'error'|'sucess'>"
338
-
description="A map of validation statuses and their associated validation keys. When one of the validation keys is passed to the `validationResult` prop, the associated validation message will be rendered in the correct style"
339
-
/>
340
-
<PropsTableRowname="validationResult"type="string"description="The key of the validation message to show " />
341
331
</PropsTable>
342
332
343
333
### FormControl.Label
@@ -381,11 +371,6 @@ A `FormControl.Label` must be passed for the field to be accessible to assistive
381
371
type="React.ReactNode"
382
372
description="The content (usually just text) that is rendered to give contextual info about the validation result for the field"
383
373
/>
384
-
<PropsTableRow
385
-
name="validationKey"
386
-
type="string"
387
-
description="The key of the property from `FormControl` that corresponds to this validation message. When `FormControl`'s `validationResult` prop matches `FormControl.Validation`'s `validationKey` prop, this message is shown."
0 commit comments