TexteaInc / funix

Building web apps without manually creating widgets
http://funix.io
MIT License
99 stars 11 forks source link

Editor with Basic Types #2

Closed TURX closed 1 year ago

TURX commented 2 years ago

Now the editor only supports type as helperText and everything is in string. The frontend should support basic types supported by the backend.

Yazawazi commented 1 year ago

Support: boolean, int, float, list, range, str, dict Not support: complex, tuple, bytearray, memoryview, set, frozenset Special: bytes (See from funix.hint import Bytes[Widget])

I will close this issue as we do not have support for the remaining types of ideas for now.