eminiarts / nova-permissions

Laravel Nova Grouped Permissions
126 stars 66 forks source link

Creation/Edit of Role Names with Special Characters and Spaces #81

Open cleicastro opened 6 months ago

cleicastro commented 6 months ago

When creating or editing role names within Laravel Nova, there seems to be an issue regarding the acceptance of special characters and spaces. Currently, there is no built-in validation or restriction mechanism to prevent users from inputting role names with such characters.

Expected Behavior:

Current Behavior:

Proposed Solution:

Additional Context: