Deleted | XM Community
Skip to main content
Solved

Deleted


Deleted

Best answer by mrl

Actually I figured out the error. It was this line of code `` select: function( event, ui ) { $(this).focus() }`` I totally missed it when I was going through. I commented it out and this solved the issue and the code still works perfectly.
View original

4 replies

JasonHill
Level 2 ●●
Forum|alt.badge.img+6
  • Level 2 ●●
  • 33 replies
  • September 8, 2018
Maybe try adding the 'enableNextButton ()' method at the end of your code. You can also use the 'clickNextButton ()' method to automatically click the next button to progress. Though, I would only do this if certain criteria are met.

  • Author
  • 11 replies
  • September 8, 2018
Let me clarify, the button still works. However, it is obscured by the dropdown autocomplete box

  • 0 replies
  • September 9, 2018
Hello @mrl,

Once we select a option from dropdown autocomplete, the list get disappears and the buttons get visible.
Also, you can change minLength from 0 to 3, so that the searching starts after the user inputs 3 characters. So that the list becomes small and specific since it gets activated always on focus.

  • Author
  • 11 replies
  • Answer
  • September 9, 2018
Actually I figured out the error. It was this line of code `` select: function( event, ui ) { $(this).focus() }`` I totally missed it when I was going through. I commented it out and this solved the issue and the code still works perfectly.

Leave a Reply