users: remove option to disable autocomplete.
This option was originally added in issue #1747. But only ~350 users ever disabled autocomplete, only ~120 of these were seen in the last year, and only 9 new users who signed up in the last year disabled it. Users wishing to disable autocomplete can use this CSS: .ui-autocomplete { display: none !important: } or this Javascript: $("[data-autocomplete]").autocomplete("disable");
This commit is contained in:
@@ -45,11 +45,10 @@ class UserPolicy < ApplicationPolicy
|
||||
:blacklisted_tags, :time_zone, :per_page, :custom_style, :theme,
|
||||
:receive_email_notifications, :always_resize_images,
|
||||
:new_post_navigation_layout, :enable_private_favorites,
|
||||
:hide_deleted_posts, :style_usernames, :enable_auto_complete,
|
||||
:show_deleted_children, :disable_categorized_saved_searches,
|
||||
:disable_tagged_filenames, :disable_cropped_thumbnails,
|
||||
:disable_mobile_gestures, :enable_safe_mode, :enable_desktop_mode,
|
||||
:disable_post_tooltips,
|
||||
:hide_deleted_posts, :style_usernames, :show_deleted_children,
|
||||
:disable_categorized_saved_searches, :disable_tagged_filenames,
|
||||
:disable_cropped_thumbnails, :disable_mobile_gestures, :enable_safe_mode,
|
||||
:enable_desktop_mode, :disable_post_tooltips,
|
||||
].compact
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user