jQuery UI autocomplete- no results message

前端 未结 4 560
一个人的身影
一个人的身影 2020-12-02 01:59

I\'m trying to have a \"No Results\" message appear in the dropdown menu if there are no results. So for instance, if I type in \"ABCD\" into the text field, and there is n

4条回答
  •  暖寄归人
    2020-12-02 02:09

    For me the reason, why this messages occured were:

    MISSING CSS FILES O JQUERY UI 
    

    so adding:

    
    
    

    solved my problem

提交回复
热议问题