Summary
In the Create New Order screen, the Payment Method field does not allow typing the letters n or c.
Expected behavior
- The
Payment Method input should accept normal text input, including n and c.
- Users should be able to type labels such as payment method names without certain letters being blocked.
Actual behavior
- In the
Payment Method field, the letters n and c cannot be entered.
- This makes the field behave inconsistently and prevents entering valid payment method names.
Why this matters
This makes order creation harder than it should be and can block users from entering legitimate payment method labels.
Suggested follow-up
- Check whether
n and c are being intercepted globally as shortcuts even while the input field is focused.
- Ensure text fields take precedence over global keybindings when the user is typing.
Summary
In the
Create New Orderscreen, thePayment Methodfield does not allow typing the lettersnorc.Expected behavior
Payment Methodinput should accept normal text input, includingnandc.Actual behavior
Payment Methodfield, the lettersnandccannot be entered.Why this matters
This makes order creation harder than it should be and can block users from entering legitimate payment method labels.
Suggested follow-up
nandcare being intercepted globally as shortcuts even while the input field is focused.