2016-08-31 3 views
1
<nav> 
<div class="nav-wrapper"> 
    <form> 
    <div class="input-field"> 
     <input id="search" type="search" required> 
     <label for="search"><i class="material-icons">search</i></label> 
     <i class="material-icons">close</i> 
    </div> 
    </form> 
</div></nav> 

누구든지 검색 상자에 글자를 쓸 때 추천 삭제 방법을 아는 사람이 있습니까?구체화 제안 프레스 드롭 다운 키 누르기 (MaterializeCSS)

Materialize CSS

+0

가능한 복제 [MaterializeCss와 자동 완성 양식을 만드는 방법?] (http://stackoverflow.com/questions/34222775/how-to-create-autocomplete-form-with-materializecss) – artem

답변

1

입력에 자동 완성 클래스를 사용하십시오. 그런 다음 옵션이 포함 된 객체로 초기화하십시오. .

$ ('input.autocomplete') 자동 완성 ({ 데이터 : { "애플"널 (null), "마이크로 소프트"널 (null), "구글" 'http://placehold.it/250x250' } });

http://materializecss.com/forms.html를 참조하십시오

+0

검색 막대 구성 요소와 어떤 이유로 작동하지 않습니다. –