FastUI icon indicating copy to clipboard operation
FastUI copied to clipboard

Dynamic form components

Open mohandoz opened this issue 1 year ago • 2 comments

Hi Is there a way to create dynamic form components, for now the form field only accept FormField = FormFieldInput | FormFieldCheckbox | FormFieldFile | FormFieldSelect | FormFieldSelectSearch

cannot use ServerLoad in the form

mohandoz avatar Dec 04 '23 08:12 mohandoz

I didn't check the source code for your question but I believe that in the future, these kind of requirements will be satisfied (if it's not already) by FastUI.

hasansezertasan avatar Dec 07 '23 00:12 hasansezertasan

@mohandoz could you explain your use case? I the the best solution right now would be to reload the entire form via ServerLoad even if just one field needs to change.

BTW, it would be great if you formatted code in your questions to make it easier to read.

samuelcolvin avatar Dec 08 '23 12:12 samuelcolvin

Closing for now - I think the ServerLoad component works for this.

If you think otherwise, please open a new issue with a more in-depth description of your feature request!

sydney-runkle avatar May 01 '24 18:05 sydney-runkle