Filling form issue: One character only!

Hi there,
I’m trying to develop a basic CRM app with Google AI Studio, which deployed already and accessible online. I’m very happy with all functionality but there is a weird problem that I cannot solved instead of all efforts.
When I’m trying to add or edit a patient, in text or numeric areas, I can write only one character. Than I need to click again the area. So it’d impossible to use it in practise. I tried all advices from AI Studio itself and also from ChatGPT, but it still exists.
All advices would be appreciated.
Best regards

Hey! It sounds like the input boxes are losing focus after each key you press, which is why you can only type one character at a time. That usually happens when something in the background is refreshing the form or resetting the input fields right after each update.

A few things you can try:

  • Check if there’s anything in your code that updates the whole form every time you type.
  • Make sure the input fields aren’t being rebuilt or refreshed after each letter.
  • Try testing it in a different browser or device, just to rule out any glitch there.

If you can share a small bit of your code or how the inputs are set up, someone might be able to spot the issue quickly.