pxs-forms 0.0.12 → 0.0.13

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91a2c544708fe08e5a017f8edee131907b84a1744000b4941e8ada68533b0142
4
- data.tar.gz: 5f81663eb39dab1393b33716338cff2338141deef033b500d150f9b186205fc8
3
+ metadata.gz: 8d50fc40d7619672b358b9a858d5fa475cad9c714e34b6b578e449972d092437
4
+ data.tar.gz: ddd3bcd39966224b7c2eb2803b3ca1db2bd31ce7afa20c7b4e8d90e2bdd7a887
5
5
  SHA512:
6
- metadata.gz: 2ddd794ed368567d91bf61de7dd667d26a25bc8e4748d094a1a1903c52843cc4c14447106aa145c64c04c42727f22da6a09d1453d66fdcc893a6c83ccdd8f89c
7
- data.tar.gz: 8bded0314c15c49015b8af98f73cc519224e3cf4f7badfabeefe04685155a90afc166f17dae9f637d6fb551ea350afd78346f28c68043e752ac017921c10d40e
6
+ metadata.gz: ce353d76d2f8363bd14a08899a8a96ccab5898bf73a1f819ea085aac5ffc7aa1f9d4be4d80d2db3fb259a90d9622917b107967d3ec7dd14545bd79c77774c369
7
+ data.tar.gz: 4ab2e5a3b321f4808715402c5ed2b2fe351a165325051c7e3dca4ec06b1d1f5ba6831b289bba57aa357343295cc9f1981492256f20b97259340020e9d26108f0
@@ -79,7 +79,7 @@ class ModelFormBuilder < ActionView::Helpers::FormBuilder
79
79
  def currency_input(attribute, options = {})
80
80
  field_block(attribute, options) do
81
81
  safe_join [
82
- (field_label(attribute, options[:label]) unless options[:label] == false), number_field(attribute, merge_input_options({class: "#{"is-invalid" if has_error?(attribute)}", precision: 2}, options))
82
+ (field_label(attribute, options[:label]) unless options[:label] == false), number_field(attribute, merge_input_options({class: "#{"is-invalid" if has_error?(attribute)}", step: "0.01", placeholder: "0.00"}, options))
83
83
  ]
84
84
  end
85
85
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Pxs
4
4
  module Forms
5
- VERSION = "0.0.12"
5
+ VERSION = "0.0.13"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pxs-forms
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.12
4
+ version: 0.0.13
5
5
  platform: ruby
6
6
  authors:
7
7
  - Poubelle