gpui-component/crates/ui/src/input
Jason Lee c0e0d82594
input: Add mask pattern to format display. (#854)
- Add `mask_pattern` to Input, NumberInput.
- Fix Input `set_text` to move cursor to end.

https://github.com/user-attachments/assets/2d7e362a-3f80-47a4-94e3-efd729bffcac
2025-05-14 22:27:46 +08:00
..
blink_cursor.rs chore: Update GPUI 2025/03/20 and fix spawn method. (#725) 2025-03-20 21:23:50 +08:00
change.rs history: Add unique mode to keep unique item in History. (#529) 2025-01-06 19:19:36 +08:00
clear_button.rs input: Add mask_toggle button to toggle masked state to Input. (#758) 2025-03-31 22:57:07 +08:00
element.rs input: Clean focused_input on Input blur. (#825) 2025-04-30 14:08:39 +08:00
input.rs input: Add mask pattern to format display. (#854) 2025-05-14 22:27:46 +08:00
mask_pattern.rs input: Add mask pattern to format display. (#854) 2025-05-14 22:27:46 +08:00
mod.rs input: Add mask pattern to format display. (#854) 2025-05-14 22:27:46 +08:00
number_input.rs input: Add mask pattern to format display. (#854) 2025-05-14 22:27:46 +08:00
otp_input.rs chore: Update getter method to return reference to view components. (#827) 2025-04-30 17:18:44 +08:00