I’m new to Bubble, though I have programmed in other high level languages (Visual Basic, Ruby, some Python). I placed a text box on a test page. It loads a number stored in my database (“order_number”). When I click on the text box, I want it to increment the order_number by 1. It does this.
BUT, as I repeatedly click on the text box, the text will randomly disappear! I was just incrementing the number to see how large the box needed to be to hold a two digit number. When I got to the number 5, the display disappeared. I restarted the preview and it appeared with a blank text box. I kept clicking and after about 5 or so clicks, numbers appeared again, starting over at #1. I have done this quite a few times. The display does not always disappear at the same count. One time it will disappear at #5, then at #11, then at number 14, then at #5 again.
What is going on here?