I have readonly: true and editor: false. The arrow doesn’t do anything, how do I remove this?
How to remove arrow next to date?
You can override its property with:
.handsontable .htAutocompleteArrow {
display: none;
}
It should no longer appear. Hope this helps!