mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-08 07:43:49 -04:00
test that input value is not affected by auto suggest
This commit is contained in:
@@ -16,6 +16,7 @@ jQuery ->
|
||||
el.autocomplete
|
||||
minLength: 1,
|
||||
source: el.attr( 'data-source-url' ),
|
||||
autoFocus: true,
|
||||
focus: ( event, ui ) ->
|
||||
el.val( ui.item.name )
|
||||
id.val( ui.item.id )
|
||||
|
||||
Reference in New Issue
Block a user