view_input.v currently supports only left-aligned text. This is problematic for numeric fields, where right alignment is the expected behavior and improves readability during editing.
Examples:
- Currency
- Numeric properties
- Tables/forms
- Editor inspectors
The alignment should affect:
- Text rendering
- Placeholder rendering
- Caret positioning
- Selection rendering
- Horizontal scrolling/clipping
Default behavior should remain left-aligned.
view_input.vcurrently supports only left-aligned text. This is problematic for numeric fields, where right alignment is the expected behavior and improves readability during editing.Examples:
The alignment should affect:
Default behavior should remain left-aligned.