Skip to content

Commit

Permalink
Merge pull request #346 from FlowFuse/341-text-input-date
Browse files Browse the repository at this point in the history
Add "date" type as an option for Text Input mode
  • Loading branch information
joepavitt authored Nov 15, 2023
2 parents 0b9dde7 + f78297e commit b78ff0c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nodes/widgets/ui_text_input.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,10 +104,11 @@
<option value="password">password</option>
<option value="number">number</option>
<option value="color">color picker</option>
<option value="datetime-local">datetime picker</option>
<option value="date">date picker</option>
<option value="time">time picker</option>
<option value="week">week picker</option>
<option value="month">month picker</option>
<option value="datetime-local">datetime picker</option>
</select>
<!--<label for="node-input-delay" style="text-align:right; width:100px"><i class="fa fa-clock-o"></i> Delay (ms)</label>
<input type="text" style="width:58px" id="node-input-delay">-->
Expand Down

0 comments on commit b78ff0c

Please sign in to comment.