File: /home/xedaptot/work.naniguide.com/resources/views/sections/password-autocomplete-hide.blade.php
{{-- <span style="position: relative; width: 0; height: 0; display: none"> --}}
{{-- to remove chrome-autocomplete --}}
<input type="search" class="autocomplete-password" style="opacity: 0;position: absolute;">
<input type="password" class="autocomplete-password" style="opacity: 0;position: absolute;">
<input type="email" name="f_email" class="autocomplete-password" readonly style="opacity: 0;position: absolute;">
<input type="text" name="f_slack_username" class="autocomplete-password" readonly style="opacity: 0;position: absolute;">
{{-- to remove chrome-autocomplete END --}}
{{-- </span> --}}