왜 나는 juery ui Automoplete에서 사용자 정의 항목을 채우고 선택할 수 없습니까?왜 나는 juery ui Automoplete에서 사용자 정의 항목을 채우고 선택할 수 없습니까?

1696 단어 helpwebdevjavascript
좀 도와주시겠어요? 렉 걸렸어요.

Why I am unable to populate and select the custom item in juery-ui autocomoplete?
2002년 3월 11일
설명: 1
정답: 0
0

다음과 같은 html/css/js가 있습니다.
const data = [{
    user_id: 18,
    email: "[email protected]",
    phone: null,
    fullname: "Chuck Norris",
    total_points: 0,
    reservations: 1,
    active: true,
    referer: "Direct"
  },
  {
    user_id: 19,
    email: "[email protected]",
    phone: null,
    fullname: "Bill Gates",
    total_points: 0,
    reservations: 1,
    active: true,
    referer: "Direct"
  },

Open Full Question

좋은 웹페이지 즐겨찾기