gpui-component/crates
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
..
macros code-editor: Update CodeEditor to support external language. (#928) 2025-06-09 14:27:33 +08:00
story highlighter: Avoid crash when language not registered. (#954) 2025-06-12 19:45:29 +08:00
ui number_input: Allow signed numbers (#957) 2025-06-16 10:05:37 +08:00