Closed Deltaspace0 closed 7 months ago
I added support for delete key in inputField and textArea including removing whole words when holding control. I also updated unit tests for inputField and textArea.
inputField
textArea
I fixed bug I previously mentioned in #295
@Deltaspace0 looks good, thanks!
I added support for delete key in
inputField
andtextArea
including removing whole words when holding control. I also updated unit tests forinputField
andtextArea
.