LiuBodong opened a new issue, #11884: URL: https://github.com/apache/dolphinscheduler/issues/11884
### Search before asking - [X] I had searched in the [issues](https://github.com/apache/dolphinscheduler/issues?q=is%3Aissue) and found no similar issues. ### What happened User could not type `WHITESPACE` into environment and password. ## Why this happends `allow-input` attribute was added to NInput tag element in this issue #10845. and was merged by #10984 and #10975. This causes some `textarea` and `password ` input element could not add whitespace at the end of content. But normally, users are able to add whitespace to those content. ## What should we do In my opinion, we should remove those verification on textaera and password element. ### What you expected to happen User can write what they want into textarea and password ### How to reproduce * Start api service and ui * Click security -> environment manage * Click `add environment ` button and type `export JAVA_HOME=xxx` into the `Environment Config` slot then you will see that you cant type ` ` (whitespace) after `export` ### Anything else _No response_ ### Version dev ### Are you willing to submit PR? - [X] Yes I am willing to submit a PR! ### Code of Conduct - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
