Hi guys,
I have decimal inputs inside a Repeating Group with auto-binding enabled (price field, should never be negative).
When a user types a negative value, Bubble correctly rejects the write to the DB — but the input keeps displaying the negative value. I need it to snap back to the current DB value.
I tried triggering a workflow on “input value is changed” to reset it, but couldn’t find a way to force the input back to its saved value.
I also tried removing auto-binding, the display problem remains.
Is there a clean way to handle this ?
Thanks

