mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	Disable browser autocomplete adding stream members.
We have our own autocomplete, and the two forms of autocomplete conflict with each other awkwardly.
This commit is contained in:
		@@ -101,7 +101,7 @@
 | 
			
		||||
        <span class="sub_settings_title">{{t "Stream membership" }}</span>
 | 
			
		||||
        <div class="subscriber_list_add">
 | 
			
		||||
          <form class="form-inline">
 | 
			
		||||
            <input type="text" name="principal" placeholder="{{t 'Email address' }}" value="" class="input-block" tabindex="-1" />
 | 
			
		||||
            <input type="text" name="principal" placeholder="{{t 'Email address' }}" value="" class="input-block" autocomplete="off" tabindex="-1" />
 | 
			
		||||
            <input type="submit" name="add_subscriber" value="{{t 'Add' }}" class="btn btn-primary add-subscriber-button" tabindex="-1 "/>
 | 
			
		||||
          </form>
 | 
			
		||||
        </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user