gpui-component/crates/ui/src/input
2025-06-17 14:20:27 +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
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: Fix Input cursor x position when scrolled. (#966) 2025-06-17 14:14:23 +08:00
hover_popover.rs code-editor: Show hover popover for diagnostics. (#924) 2025-06-09 16:16:15 +08:00
marker.rs code-editor: Show hover popover for diagnostics. (#924) 2025-06-09 16:16:15 +08:00
mask_pattern.rs number_input: Allow signed numbers (#957) 2025-06-16 10:05:37 +08:00
mod.rs code-editor: Show hover popover for diagnostics. (#924) 2025-06-09 16:16:15 +08:00
mode.rs input: Simplify newline logic for multi-line text and fix auto-grow lines count. (#948) 2025-06-12 10:59:41 +08:00
number_input.rs input: Fix Input prefix, suffix position, and mask * in vertical center. (#965) 2025-06-17 13:59:02 +08:00
otp_input.rs input: Refactor Input, Picker as stateless mode. (#858) 2025-05-16 23:41:26 +08:00
state.rs scrollbar: Refactor ScrollbarState to have Cell inside. (#959) 2025-06-16 15:11:52 +08:00
text_input.rs input: Fix Input prefix, suffix position, and mask * in vertical center. (#965) 2025-06-17 13:59:02 +08:00
text_wrapper.rs input: Simplify newline logic for multi-line text and fix auto-grow lines count. (#948) 2025-06-12 10:59:41 +08:00