Handsontable DatePicker CSS styles Overrides not working

I have a date column in my grid and I’m trying to hide the calendar picker by overriding css styles. But its not working for me. can someone suggest what needs to be done.

I have options as below where I have dateFormat as MM/DD/YYYY which is a requirement for my application and do not show date picker.
this.options.columns = [ { type: ‘date’, dateFormat: ‘MM/DD/YYYY’}]

.htDatepickerHolder {
display:none !important;

}
.pika-single.is-hidden {
display:none !important;
}

Hey @kirank.csp

Do you want to replace it with something else or just keep a normal input type editor without the calendar?

Hi ,

No worries , I got it worked. Thank You.

Great. Thank you for an update.

We can close the topic.