gpui-component/crates/ui/src/input
Jason Lee 8d37716b88
list: Export query_input for support update the default Query Input. (#794)
## Break Change

- Updated `set_placeholder` and `set_pattern` method to add `window` and
`cx` argument.

    ```diff
- fn set_placeholder(&mut self, placeholder: impl Into<SharedString>)
+ fn set_placeholder(&mut self, placeholder: impl Into<SharedString>, _:
&Window, cx: &mut Context<Self>)

    - fn set_pattern(&mut self, pattern: regex::Regex)
+ fn set_pattern(&mut self, pattern: regex::Regex, window: &mut Window,
cx: &mut Context<Self>)
    ```
2025-04-15 20:36:04 +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: Add h, h_full to Input for multi-line mode. (#642) 2025-02-25 16:17:39 +08:00
input.rs list: Export query_input for support update the default Query Input. (#794) 2025-04-15 20:36:04 +08:00
mod.rs input: Move number input into input (#549) 2025-01-17 10:07:41 +08:00
number_input.rs list: Export query_input for support update the default Query Input. (#794) 2025-04-15 20:36:04 +08:00
otp_input.rs chore: Fix subscriptions leak. (#597) 2025-02-04 15:43:26 +08:00