-
-
Notifications
You must be signed in to change notification settings - Fork 112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement TextEditor
#173
Labels
SwiftUI compatibility
Tokamak API differences with SwiftUI
Comments
+1 for this. TextEditor (in SwiftUI 2020) is nearly one-for-one with <textarea> |
MaxDesiatov
added a commit
that referenced
this issue
Dec 7, 2020
* Add `TextEditor` implementation Resolves #173. * Clean up and bump requirements in the demo project * Use a single `_tokamak-formcontrol` CSS class * Add missing CSS class to `TextEditor.swift` Co-authored-by: Jed Fox <git@jedfox.com> Co-authored-by: Jed Fox <git@jedfox.com>
Thank you very much! |
Thanks for helping us prioritize this! 🙂 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably going to be one of the most complex views, but definitely worth it and is something that I see that people are requesting.
The text was updated successfully, but these errors were encountered: