brisk
brisk copied to clipboard
[WIP] Text Input
Work In Progress.
- [ ] Need to handle
onChange
- [ ] Need to implement
placeholder
@wokalski thank you for the pointers!! 🙏
I tried implementing NSTextInputClient, but was blocked due to my unfamiliarity with Objective-C. I was getting a huge list of errors. It was pretty overwhelming to try and get everything to compile.
I am trying a different approach. I borrowed a lot of code from BriskTextView
, and made some changes and got the code to compile and render. I will continue to explore Objective-C and documentations to implement remaining features needed for basic text input.