Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Datepicker material Ui outline variant

Tags:

For textfield and select, i see we have below option to add variant="outlined". But, i don't see for material-ui/DatePicker. Can someone suggest how to add varaint to datepicker api using material UI?

like image 305
sheik Avatar asked Nov 30 '18 09:11

sheik


2 Answers

You can use inputVariant="outlined"

like image 186
Ben McCann Avatar answered Oct 14 '22 15:10

Ben McCann


Outlined variants were added in 3.1.0 whereas DatePicker was removed before 1.0.

like image 44
epsilon Avatar answered Oct 14 '22 15:10

epsilon