3
Views
1
Comments
[Chosen] Version 9
Question
chosen
Web icon
Forge asset by Miguel Antunes
How about taking SmartInputUndo out in version 9 guys?
2023-02-10 19-42-59
João Melo
 
MVP
Answering my own question...

With just a little CSS trick:
.chosen .SmartInput_Undo {
    display: none;
}
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.