Cocoa MultilineTextInput.value returns an ObjCStrInstance #1779
Labels
bug
A crash or error in behavior.
good first issue
Is this your first time contributing? This could be a good place to start!
macOS
The issue relates to Apple macOS support.
This can cause apparently impossible situations like a string changing its value:
When we come to do the backend tests for this widget, or any other widget with string attributes, we should assert that the value returned through the Toga public API is actually a Python
str
.The text was updated successfully, but these errors were encountered: