mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 09:39:57 +00:00
Fixed store picker validation (fixes #1233)
This commit is contained in:
parent
d79adc4660
commit
17a4d04053
@ -37,7 +37,7 @@ Grocy.Components.ShoppingLocationPicker.Clear = function()
|
|||||||
$('.shopping-location-combobox').combobox({
|
$('.shopping-location-combobox').combobox({
|
||||||
appendId: '_text_input',
|
appendId: '_text_input',
|
||||||
bsVersion: '4',
|
bsVersion: '4',
|
||||||
clearIfNoMatch: false
|
clearIfNoMatch: true
|
||||||
});
|
});
|
||||||
|
|
||||||
var prefillByName = Grocy.Components.ShoppingLocationPicker.GetPicker().parent().data('prefill-by-name').toString();
|
var prefillByName = Grocy.Components.ShoppingLocationPicker.GetPicker().parent().data('prefill-by-name').toString();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user