liuxunorg commented on a change in pull request #3423: [ZEPPELIN-4299] disable autocomplete in note-name-filter URL: https://github.com/apache/zeppelin/pull/3423#discussion_r312769074
########## File path: zeppelin-web/src/components/note-name-filter/note-name-filter.html ########## @@ -16,4 +16,4 @@ ng-click="$event.stopPropagation()" placeholder=" Filter" ng-model="$parent.query.q" - ng-model-options="{ updateOn: 'default blur', debounce: { 'default': 300, 'blur': 0 } }" /> + ng-model-options="{ updateOn: 'default blur', debounce: { 'default': 300, 'blur': 0 } }" autocomplete="off" /> Review comment: Is it `autocomplete` or `ng-autocomplete`? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services