added note about combined/mulit-spaed view query column expressions
This commit is contained in:
@@ -85,7 +85,14 @@
|
||||
<div class="col-sm-6">
|
||||
<Field class="form-field form-field-toggle required" name="otp.length" let:uniqueId>
|
||||
<label for={uniqueId}>Generated password length</label>
|
||||
<input type="number" id={uniqueId} bind:value={collection.otp.length} required />
|
||||
<input
|
||||
type="number"
|
||||
min="0"
|
||||
step="1"
|
||||
id={uniqueId}
|
||||
bind:value={collection.otp.length}
|
||||
required
|
||||
/>
|
||||
</Field>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user