[UI] Add highlightToday to date input (#9575)
Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
This commit is contained in:
parent
6837381101
commit
ea6210d44a
|
|
@ -74,6 +74,7 @@ export default function DateField({
|
|||
description={definition.description}
|
||||
placeholder={definition.placeholder}
|
||||
leftSection={definition.icon}
|
||||
highlightToday
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue