pywebio / PyWebIO

Write interactive web app in script way.
https://pywebio.readthedocs.io
MIT License
4.48k stars 385 forks source link

Custom input widget documentation #66

Open frafra opened 3 years ago

frafra commented 3 years ago

It would be useful to have some documentation to create custom input widget modules for PyWebIO.

[...] PyWebIO development documentation to allow users to create custom input widget.

Originally posted by @wang0618 in https://github.com/wang0618/PyWebIO/discussions/41#discussioncomment-528978

wang0618 commented 3 years ago

Sorry I may lower the priority of adding the development documentation, because I think that in most cases, the action parameter of the pywebio.input.input() function can be used to customize the input widget.