effective_form_inputs 0.8.4 → 0.8.5
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8ef35a47bb20efab42c4e31d4c7c8aec2dc8d6e4
|
4
|
+
data.tar.gz: dee79c46dab3535c508a0291c3dd507965d25519
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3384c1d117c4fb09ad3c11be0a56db23f267921483e3a370718ca0fa893439406cd8b8d154d759be0fb9616259da554978f6a2d5505c8c7d19b51f2b7d58bc9e
|
7
|
+
data.tar.gz: e0f8de9103ac67bb09eb1ef32de4857a51bd5e5cc554715e00dba37a389ca955db40a9ac40f9fff521c5c468c598c47c7ffa538d2793adc67452da312d0e72e4
|
@@ -4,7 +4,7 @@ module Inputs
|
|
4
4
|
delegate :content_tag, :number_to_currency, :text_field_tag, :hidden_field_tag, :to => :@template
|
5
5
|
|
6
6
|
def default_input_html
|
7
|
-
{class: 'effective_price numeric', maxlength: 14}
|
7
|
+
{class: 'effective_price numeric', maxlength: 14, autocomplete: 'off'}
|
8
8
|
end
|
9
9
|
|
10
10
|
def to_html
|