Environment
- macOS: Sequoia 15.x
- AppKit:
NSTextField
+ customNSFormatter
- Input: Korean IME
Description
I set a formatter to allow only 1 character.
When typing with Korean IME, the field sometimes shows 2 characters while typing.
Question
How should I handle this case? Should it be done in NSFormatter
or in the field editor (NSTextView
)?