We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2451cc commit f0b1c11Copy full SHA for f0b1c11
1 file changed
src/components/keyValue/KeyValueItemView.html
@@ -8,21 +8,21 @@
8
</span>
9
</div>
10
<div ng-model-options="{ debounce: 500 }" class="flex flex-row justify-between">
11
- <blip-input
+ <blip-input-dpr
12
ng-model="$ctrl.key"
13
label="{{ $ctrl.keyPlaceholder || 'Key' }}"
14
parent-form="$ctrl.formReference"
15
field-name="key"
16
type="text"
17
class="w-45"
18
- required></blip-input>
19
+ required></blip-input-dpr>
20
ng-model="$ctrl.value"
21
label="{{ $ctrl.valuePlaceholder || 'Value' }}"
22
23
field-name="value"
24
25
26
27
<i ng-click="$ctrl.delete()" class="self-center icon-close lh-solid"></i>
28
0 commit comments