Is there a widget for building forms? #289
-
I'm trying to build a dynamic form which prompts for user input in a series of fields. Is there a particularly convenient way to do that with textual? My apologies for posting such a general request for help. This library looks amazing and I'm trying to figure out how I can use it for my current project. It's kind of hard for me to find pointers on any discussion forums, so I thought I'd start here. Thanks! [After posting, I found this https://github.com//discussions/105#discussion-3572797; there may not be any further update, but I thought I'd leave this post up in case there was] I suppose another way to ask is, how would I go about rendering a dynamic display that has a series of description and text entry fields? In such a way that user modification of any of the entries would update a reactive element? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
This is the closest thing that handles your described usecase: https://github.com/sirfuzzalot/textual-inputs |
Beta Was this translation helpful? Give feedback.
This is the closest thing that handles your described usecase: https://github.com/sirfuzzalot/textual-inputs