Additional class names to apply to the form field.
description
React.ReactNode | string | null
The description content for the form field. Displayed beneath the label and above the wrapped control field.
htmlFor
undefined | string
The for attribute to be applied to the inner label. By default, the form field will automatically generate a random ID and set it on both the label and the wrapped input/select. Only use this property if you want to override the generated ID with your own custom ID.