1
0

FAQ.rst 940 B

123456789101112131415161718192021222324252627
  1. FAQ
  2. ==========================
  3. .. contents::
  4. :local:
  5. How to make the input form not disappear after submission, and can continue to receive input?
  6. ----------------------------------------------------------------------------------------------
  7. You can consider the :doc:`pin <./pin>` module. It achieves persistent input by pinning input widgets to the page.
  8. How to output an input widget such as a search bar?
  9. ----------------------------------------------------------
  10. You can consider the :doc:`pin <./pin>` module.
  11. Why the callback of ``put_buttons()`` does not work?
  12. ----------------------------------------------------------
  13. You might use the old version of PyWebIO, upgrade it to the latest version or see `the old document <https://pywebio.readthedocs.io/en/v1.3.3/FAQ.html>`_
  14. Why I cannot download the file using ``put_file()``?
  15. ----------------------------------------------------------
  16. The reason is the same as above.