Skip to main content
Input 23

Overview

A password input component that includes a styled text input with a visibility toggle icon, and a dynamic password strength indicator that checks for minimum character requirements using regex validation. It provides real-time visual feedback (color changes, check/x icons) as the user types, helping guide them to meet password criteria.

How to use

1

Open the Brikl panel

Navigate to the Elements category in the Brikl panel.
2

Copy the component

Find Input 23 and click Copy.
3

Paste into your editor

Paste it into your Bubble canvas with Cmd + V (Mac) or Ctrl + V (Windows), or right-click on the canvas and select Paste.

States

This component includes conditional states that automatically change its appearance.
StateTriggerVisual effect
FocusedInput field is focusedBox shadow with color rgba(216,211,212,0.5) appears around the input group
InvalidInput field value is not validBorder turns red (rgba(251,44,54,1)) and red box shadow appears around the input group
DisabledInput field is not clickableInput group opacity reduces to 50%
8 Characters MetInput value length is greater than or equal to 8Check icon turns green and validation text color changes to green (rgba(0,153,102,1))
Mobile BreakpointCurrent page width is less than built-in mobile breakpointFont size adjusts to 14px on label and validation text elements
These states are handled natively by Bubble and require no additional setup. They will work automatically once the component is pasted into your editor.

Responsive

This component adapts to mobile screens. Font sizes and layout automatically adjust on screens smaller than Bubble’s built-in mobile breakpoint.

Requirements

LicenseStarter plan required
PluginsNone
Custom codeNot required

Platforms

PlatformSupported
Web
Mobile

License

This component is available on the free plan.