Default value not displayed in number input

I've set a number input default value to 200, but this isn't applied. This is used in a modal that includes a form with inputs. It appears to also not work with other inputs (checkbox). This seems pretty straighforward. What am I missing?

Screenshot 2024-04-24 at 7.57.31 AM
Screenshot 2024-04-24 at 7.57.54 AM

@mikev Welcome to the forum!

This is working for me and I am on the cloud version...
Screenshot 2024-04-24 at 11.50.58 AM

Sometimes it is as simple as reloading the app and making sure you don't have the same instance open in another tab....

Thanks @ScottR. I figured it out. I was triggering form1.clear() instead of form1.reset() when closing and reopening the modal. I could get the default values if I did a hard reload for the app, but after changing that it works as expected.

2 Likes