@westartcom/bread-quasar-fields 0.1.21 → 0.1.22

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.
@@ -45,6 +45,7 @@
45
45
  :hint="field.extra_data.hint"
46
46
  @keydown="$emit('keydown', $event)"
47
47
  @blur="$emit('blur', $event)"
48
+ autogrow
48
49
  outlined>
49
50
  </q-input>
50
51
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@westartcom/bread-quasar-fields",
3
- "version": "0.1.21",
3
+ "version": "0.1.22",
4
4
  "description": "Quasar compatible fields for bread package",
5
5
  "main": "index.js",
6
6
  "scripts": {