I’m creating a screen that has a few data entry items. One of the data entry items is today’s date and the rest are various items. For today’s date I’m using dcc.DatePickerSingle and for the reset of the items I’m using dcc.Input. I’m confused as to why the ‘look and feel’ of the data entry boxes are different. The screen doesn’t look as good as it could. Since both of these dash components are for data entry, would it be possible to give them the same look and feel?
Hi @PBK
They look similar but the datepickersingle generates a modal with a calendar, which the input obviously doesn’t do, so I’m not sure what you mean by the same “look and feel”.
What do you mean by giving them the same feel? Are you looking for both input and datepicker fields to look the same?