-
Notifications
You must be signed in to change notification settings - Fork 301
Description
This is a backport issue for #14361, automatically created via GitHub Actions workflow initiated by @aalves08
Original issue body:
SURE-10207
Setup
- Rancher version: 2.11.1
- Rancher UI Extensions:
- Browser type & version:
Describe the bug
In Rancher version 2.11.1, when attempting to add a new member at either the project or cluster level, it is not possible to input a space between the first name and the last name in the 'Select Member' field. This restriction makes it difficult to search for users using their full names and creates usability issues, particularly in larger teams or organizations where full names are used for identification. This issue is not present in Rancher versions prior to 2.11 (e.g., 2.10.x).
To Reproduce
Go to Rancher UI (v2.11.1).
Navigate to a Cluster → Cluster and Project Members
Click Add (for any tab).
Attempt to type a full name with a space (e.g., "John Smith") in the Select Member input field.
Observe that spacebar input is ignored or blocked.
Workaround:
Is a workaround available and implemented? No
Result
The name input field prevents the entry of space characters, making it impossible to use first and last names together in a natural format.
Expected Result
The name input field should allow space characters, enabling users to enter full names (e.g., "John Smith") for better clarity and searchability.
Screenshots
Additional context