Project ID removes spaces (Issue #467) (#484)

* Dependency Add fields now only accepts letters

No more annoying spaces, numbers or special characters

* Fixed problem(s)

Now it only disallows spaces
This commit is contained in:
UbiOne 2022-05-24 04:37:41 +00:00 committed by GitHub
parent e7c70945e6
commit 8d97e7136f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -398,6 +398,7 @@
<input
v-model="newDependencyId"
type="text"
oninput="this.value = this.value.replace(' ', '')"
:placeholder="`Enter the ${dependencyAddMode} ID...`"
/>
<Multiselect