Styles in Input Date Picker: border radius and border color #270
Unanswered
warmijusti
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have been trying to add custom styling to my input, without any luck.
Styling the won't do the job, as I need to access the inner part of the component.
<DatePickerInput mode='outlined' // set turkish or english locale='en' label='Birthdate' value={inputDate} onChange={(d) => setInputDate(d)} inputMode="start" startYear={1900} endYear={2010} style={{ borderColor: 'red', borderWidth: 2, borderRadius: 40 }} />
Any ideas on how to proceed?
Thanks!!
Beta Was this translation helpful? Give feedback.
All reactions