Hello Bubble Friends,
I’m looking for a solution that doesn’t use a plugin. I understand this may require some CSS, which I don’t have experience with and thus my current efforts have failed so any guidance would be appreciated.
(I’m aware of the :uppercase function that will format the text after the fact, but for my use I would very much prefer the input value to appear in all uppercase as the user types.)
Hello. Thank you so much for your response. I tried your method and method’s similar to it and they continue to not work. I’m assuming the issue is something very simple that I’m failing to recognize? Do you see any errors in the screen caps below?
In this case, the script might be running even before the element is loaded on page.
You can try this:
In HTML element, instead of inserting code by default, add the code in conditional - when “Input is visible”. This will ensure that the script runs after the Input element is loaded.
Hi Ghoul,
though I am novice to bubble, but why you don’t want to use uppercase when you can have all inputs in uppercase as I used in my editor. attached image.