Bubble’s decimal input always shows fixed zeros - 12.0000 when you only typed 12. This plugin strips trailing zeros so decimals only appear as you type them. Set an ID match key and one element handles every matched input on the page.
Links
Features
- Strips trailing zeros in real time - 12.0000 becomes 12, 12.50 becomes 12.5
- Numeric-only validation built in
- One element masks all matched inputs via ID keyword
- Auto-discovers dynamically added inputs (repeating groups, popups)
- Cursor position preserved while typing
- Zero config - just set your match key and go