Web Interface for Tags #104244
@ -19,7 +19,13 @@
|
|||||||
placeholder="New Tag Name"
|
placeholder="New Tag Name"
|
||||||
class="create-tag-input"
|
class="create-tag-input"
|
||||||
/>
|
/>
|
||||||
<button id="submit-button" type="submit">Create Tag</button>
|
<button
|
||||||
|
id="submit-button"
|
||||||
|
type="submit"
|
||||||
|
:disabled="newTagName.trim() === ''"
|
||||||
|
>
|
||||||
|
Create Tag
|
||||||
|
</button>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user