Bera

Results 8 comments of Bera

Yes. You can definitely do that. But this issue is not about `antd-form-builder`, it's about `Antd Form`. You have to listen the changes in `'favoriteFruit'` field and then conditionally remove...

I would highly recommend not using class components in React. Since they are nearly obsolete and hard to integrate with other libraries.

Elaborate more, please. `autocomplete` is not a standard widget so you have to use `FormBuilder.defineWidget` function to add it to your app (in your index.js file). For further information please...

It seems that the author has added `autocomplete` key for widgets.

Yes. If you use an animation library like [Framer Motion](https://www.framer.com/motion/) you can manipulate class names or add a wrapper and create animations of your choice.

The issue here is sometimes the line of code is run twice. So to solve the problem either convert it to singleton or far better use the widget itself in...

First, `onFinish` does not use `event` as an argument like `onSubmit`. So change the name of the parameter as `formValues`. Second, what is the issue here? Does `formValues` not updated...

> You need to change the owner of VSCode installation files folder into you current user, most likely you can find that folder in `/usr/share` then apply this command :...