Rajiv Chaulagain

Results 20 comments of Rajiv Chaulagain

@vipulparmarmt there is no solution from this package try using alternate package.

@vipulparmarmt I used docusign or you can use pspdfkit

download and store in asyncstorage and then check if user has downloaded or not.

@tofu2323 In my approach, I directly set the default date I need either in the value prop of the DateInput component or in the initialValues object when using useForm. This...

By the way it works fine on ios but this problem is related only to android only.

@M4X809 If you expect larger numbers, you can use a TextInput with type="number" as follows: ``` setVal(event.currentTarget.value)} /> ```

@sosafe-uliana In the new build, they use uncontrolled mode with refs inside it, so the form does not re-render on every change. This is why form.isDirty() is always false during...

@sosafe-uliana @sosafe-yash-pandey you can also go through this docs below for detailed explanation. https://mantine.dev/form/uncontrolled/#uncontrolled-mode