You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Intermediate question:
The Input component has a few attributes; for example variant and size, for both of them, the help indicates which values are accepted for such attributes.
There is also attribute type_ ...what are the acceptable values for this one?
The real question:
how do I setup an input field for a floating point number?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
May I have an example on how to setup an input field for a floating point number?
I see that Pynecone has a component to enter integers https://pynecone.io/docs/library/forms/numberinput
Also, a generic component for seemingly any input https://pynecone.io/docs/library/forms/input
Intermediate question:
The Input component has a few attributes; for example
variant
andsize
, for both of them, the help indicates which values are accepted for such attributes.There is also attribute
type_
...what are the acceptable values for this one?The real question:
how do I setup an input field for a floating point number?
Beta Was this translation helpful? Give feedback.
All reactions