Skip to content

Commit 7428a21

Browse files
committed
removed number_step method from TextFieldType
1 parent 4fcd7c5 commit 7428a21

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

app/cells/plugins/core/text_cell.rb

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ def input_classes
2626
def input_styles
2727
input_display&.[](:styles)
2828
end
29-
30-
def number_step
31-
input_display&.[](:number_step) || 1
32-
end
3329

3430
def value
3531
data&.[]('text') || @options[:default_value]

0 commit comments

Comments
 (0)