You've already forked AstralRinth
forked from didirus/AstralRinth
* 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:
@@ -398,6 +398,7 @@
|
|||||||
<input
|
<input
|
||||||
v-model="newDependencyId"
|
v-model="newDependencyId"
|
||||||
type="text"
|
type="text"
|
||||||
|
oninput="this.value = this.value.replace(' ', '')"
|
||||||
:placeholder="`Enter the ${dependencyAddMode} ID...`"
|
:placeholder="`Enter the ${dependencyAddMode} ID...`"
|
||||||
/>
|
/>
|
||||||
<Multiselect
|
<Multiselect
|
||||||
|
|||||||
Reference in New Issue
Block a user