gpui-component/crates/ui/src/input
Jason Lee 271116926c
code-editor: Add go_to_line method to CodeEditor. (#1081)
- Fix to emit `enter` press key in Input single-line mode.
2025-07-23 13:33:09 +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: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
hover_popover.rs theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +08:00
marker.rs theme: Improve theme color fallbacks based on base colors. (#1069) 2025-07-17 11:43:40 +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 code-editor: Add go_to_line method to CodeEditor. (#1081) 2025-07-23 13:33:09 +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 code-editor: Add go_to_line method to CodeEditor. (#1081) 2025-07-23 13:33:09 +08:00