removed "required" from spell caster class field. FF would force-jump to the field when modifying(move, del) repeating rows

This commit is contained in:
vince
2025-11-23 22:08:48 -08:00
parent 25282d9139
commit 21fd0c880f
2 changed files with 3 additions and 3 deletions
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -4163,7 +4163,7 @@
<span class="inline-label">
<label>
<h4>Caster Class 1:</h4>
<input type="text" class="width-medium" name="attr_caster_class1_name" title="@{caster_class1_name} | Name used for spells" value="" placeholder="enter caster class" required />
<input type="text" class="width-medium" name="attr_caster_class1_name" title="@{caster_class1_name} | Name used for spells" value="" placeholder="enter caster class" />
</label>
<label>
<h4>Level:</h4>
@@ -4224,7 +4224,7 @@
<span class="inline-label span-all no-border">
<label>
<h4>Caster Class 2:</h4>
<input type="text" class="width-medium" name="attr_caster_class2_name" title="@{caster_class2_name} | Name used for spells" value="" placeholder="enter caster class" required />
<input type="text" class="width-medium" name="attr_caster_class2_name" title="@{caster_class2_name} | Name used for spells" value="" placeholder="enter caster class" />
</label>
<label>
<h4>Level:</h4>