Pass for number and focus on click
Fix on base-sheet for npc and school
This commit is contained in:
@@ -27,15 +27,15 @@
|
||||
</label>
|
||||
<label class="attribute">
|
||||
{{ localize 'l5r5e.advancements.spent' }}
|
||||
<input type="text" name="data.xp_used" value="{{item.data.xp_used}}" data-dtype="Number" placeholder="0" />
|
||||
<input class="select-on-focus" type="number" name="data.xp_used" value="{{item.data.xp_used}}" data-dtype="Number" min="0" placeholder="0" />
|
||||
</label>
|
||||
<label class="attribute">
|
||||
{{ localize 'l5r5e.rank' }}
|
||||
<input type="text" name="data.rank" value="{{data.rank}}" data-dtype="Number" placeholder="0" />
|
||||
<input class="select-on-focus" type="number" name="data.rank" value="{{data.rank}}" data-dtype="Number" min="0" placeholder="0" />
|
||||
</label>
|
||||
<label class="attribute">
|
||||
{{ localize 'l5r5e.bought_at_rank' }}
|
||||
<input type="text" name="data.bought_at_rank" value="{{data.bought_at_rank}}" data-dtype="Number" placeholder="0" />
|
||||
<input class="select-on-focus" type="number" name="data.bought_at_rank" value="{{data.bought_at_rank}}" data-dtype="Number" min="0" placeholder="0" />
|
||||
</label>
|
||||
<label class="attribute full">
|
||||
{{ localize 'l5r5e.types' }}
|
||||
|
||||
Reference in New Issue
Block a user