Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb04bede

Browse files
remove 0 if step is whole number (#1017)
1 parentaf93072 commitb04bede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎pgml-dashboard/src/components/inputs/range_group/template.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h6 class="h6"><%- title %></h6>
2222
min="<%- min %>"
2323
max="<%- max %>"
2424
step="<%- step %>"
25-
value="<%- initial_value %>"
25+
value="<%- initial_value.to_string() %>"
2626
data-action="inputs-range-group#updateText"
2727
data-inputs-range-group-target="range"
2828
<% if range_target.is_some() { %><%- range_target.unwrap() %><% } %>>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp