fjvallarino / monomer

An easy to use, cross platform, GUI library for writing Haskell applications.
BSD 3-Clause "New" or "Revised" License
588 stars 44 forks source link

Add support for delete key in inputField and textArea (and fix undo bug) #294

Closed Deltaspace0 closed 7 months ago

Deltaspace0 commented 1 year 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.

Deltaspace0 commented 7 months ago

I fixed bug I previously mentioned in #295

fjvallarino commented 7 months ago

@Deltaspace0 looks good, thanks!