We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af93072 commit b04bedeCopy full SHA for b04bede
pgml-dashboard/src/components/inputs/range_group/template.html
@@ -22,7 +22,7 @@ <h6 class="h6"><%- title %></h6>
22
min="<%- min %>"
23
max="<%- max %>"
24
step="<%- step %>"
25
- value="<%- initial_value %>"
+ value="<%- initial_value.to_string() %>"
26
data-action="inputs-range-group#updateText"
27
data-inputs-range-group-target="range"
28
<% if range_target.is_some() { %><%- range_target.unwrap() %><% } %>>
0 commit comments