.
This commit is contained in:
parent
b4d82b7b39
commit
0aabff0d18
@ -88,7 +88,11 @@ export const DatePickerField = <TFormValues extends FieldValues>({
|
||||
required={required}
|
||||
/>
|
||||
|
||||
{rightIcon && <InputGroupAddon aria-hidden="true">{rightIcon}</InputGroupAddon>}
|
||||
{rightIcon && (
|
||||
<InputGroupAddon align="inline-end" aria-hidden="true">
|
||||
{rightIcon}
|
||||
</InputGroupAddon>
|
||||
)}
|
||||
</InputGroup>
|
||||
|
||||
{description ? (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user