gpui-component/crates/ui
Victor Quiroz 769c0990a4
number_input: Allow signed numbers (#957)
Allow negative numbers and explicit positive numbers.

Added these tests:

1. Only one sign at the start of the number.
2. No signs in the middle of the number.
3. No signs in the fractional part.
4. Sign doesn't break formatting.


https://github.com/user-attachments/assets/89c4f4c7-d3bf-4cc1-aeca-7e9bedd02e20

---------

Co-authored-by: Jason Lee <huacnlee@gmail.com>
2025-06-16 10:05:37 +08:00
..
locales input: Improve clear button position in Input. (#782) 2025-04-11 19:13:17 +08:00
src number_input: Allow signed numbers (#957) 2025-06-16 10:05:37 +08:00
tests/fixtures dock: Revert dock to use absolute size. (#840) 2025-05-08 16:29:55 +08:00
Cargo.toml highlighter: Fix injection language highlight. (#931) 2025-06-11 15:26:27 +08:00
default-colors.json
LICENSE-APACHE