Auto-binding won't remove all characters from text field

If a user deletes all of the text from a text field that’s properly auto-binded, I am seeing that all but the first character in the text field will remain.

So, it is true that in Bubble the auto-binding feature is not capable of fully clearing a text field for a thing?

Thank you!
Ian

Figured this problem out. Sortof a “duh”… Deleting data in this input wasn’t clearing the database completely because the input field was set to “This input should not be empty”.

It edited the data in the database down to a single letter, but then wouldn’t delete that last letter.

1 Like