brisk icon indicating copy to clipboard operation
brisk copied to clipboard

[WIP] Text Input

Open schinns opened this issue 6 years ago • 2 comments

Work In Progress.

text_input

  • [ ] Need to handle onChange
  • [ ] Need to implement placeholder

schinns avatar Feb 17 '19 03:02 schinns

@wokalski thank you for the pointers!! 🙏

schinns avatar Feb 20 '19 16:02 schinns

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.

schinns avatar Mar 04 '19 22:03 schinns