* 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:
parent
e7c70945e6
commit
8d97e7136f
@ -398,6 +398,7 @@
|
||||
<input
|
||||
v-model="newDependencyId"
|
||||
type="text"
|
||||
oninput="this.value = this.value.replace(' ', '')"
|
||||
:placeholder="`Enter the ${dependencyAddMode} ID...`"
|
||||
/>
|
||||
<Multiselect
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user