mirror of
https://github.com/phranck/TUIkit.git
synced 2026-06-20 09:54:37 +00:00
- SecureField with masked display using ● (U+25CF) bullets - Reuses TextFieldHandler for key input handling - SwiftUI API parity: init(_:text:) and init(_:text:prompt:) - Supports .onSubmit() and .disabled() modifiers - Focus indicator with pulsing vertical bars - 15 tests for masking behavior and rendering - Example app page with password validation demo