Replies: 2 comments
-
|
For JavaScript component definition, you will need to follow https://github.com/zauberzeug/nicegui/tree/main/examples/custom_vue_component On validation, NiceGUI does it in Python-land. Refer to https://github.com/zauberzeug/nicegui/blob/248e46f4fd3ab3eaca4c3e5a32696c793d44a04d/nicegui/elements/mixins/validation_element.py if you want to create your own ElementPlus input. Also, contributions are welcome if you can get quite a few elements working. |
Beta Was this translation helpful? Give feedback.
-
|
I don't think this is an issue with NiceGUI, but rather a question. Therefore I'm transferring it to a Q&A discussion. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Example Code
Description
How can the v-model of ElementPlus be implemented in niceGUI

NiceGUI Version
3.2.0
Python Version
Python 3.10.18
Browser
Chrome
Operating System
macOS
Additional Context
I want to use the form function of ElementPlus and at the same time need to implement form validation
Beta Was this translation helpful? Give feedback.
All reactions