gpui-component/crates/ui/src/input
Jason Lee eca7949583
input: Update input behaviors to do not unselect on blur or press escape. (#1065)
- Also to pub `unselect` for manually use, and fix this method will
incorrect to move right 1 char.
2025-07-16 13:29:58 +08:00
..
blink_cursor.rs input: Keep showing the blink cursor when typing or moving. (#967) 2025-06-17 14:20:27 +08:00
change.rs input: Add Cursor and Selection type and export line number, cursor. (#1012) 2025-06-27 20:48:26 +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
cursor.rs input: Add Cursor and Selection type and export line number, cursor. (#1012) 2025-06-27 20:48:26 +08:00
element.rs theme: Add to support highlight color to theme config. (#1055) 2025-07-14 17:04:18 +08:00
hover_popover.rs theme: Add to support highlight color to theme config. (#1055) 2025-07-14 17:04:18 +08:00
marker.rs input: Add Cursor and Selection type and export line number, cursor. (#1012) 2025-06-27 20:48:26 +08:00
mask_pattern.rs number_input: Allow signed numbers (#957) 2025-06-16 10:05:37 +08:00
mod.rs input: Add Cursor and Selection type and export line number, cursor. (#1012) 2025-06-27 20:48:26 +08:00
mode.rs chore: Refactor code for Input. (#1046) 2025-07-05 14:37:12 +08:00
number_input.rs input: Add appearance option to NumberInput, Dropdown, DatePicker to render without style. (#1054) 2025-07-14 19:57:56 +08:00
otp_input.rs chore: Refactor code for Input. (#1046) 2025-07-05 14:37:12 +08:00
state.rs input: Update input behaviors to do not unselect on blur or press escape. (#1065) 2025-07-16 13:29:58 +08:00
text_input.rs input: Add appearance option to NumberInput, Dropdown, DatePicker to render without style. (#1054) 2025-07-14 19:57:56 +08:00
text_wrapper.rs chore: Refactor code for Input. (#1046) 2025-07-05 14:37:12 +08:00