safak / youtube

5.01k stars 5.44k forks source link

Issues #163

Open sotibx2022 opened 11 months ago

sotibx2022 commented 11 months ago

REGEX is not working. Form is not reset after submision. Button need to be deactivated if form is invalid. I want to show custom error messages as per the conditions.

noobExtendsBot commented 6 months ago

REGEX is fine; The thing is it only allows the following characters, everything inside the bracket - [!@#$%^&] and if you want to include "_" (underscore) in that you can edit it as following: [!@#$%^&_]