Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
itemSelector の値構成内で、次のように値を設定しました。
値:["A","B","C"]
A、B、および C は必須であるため、選択を解除することはできません。これらの値が選択解除されないようにするにはどうすればよいですか?
ありがとう
beforedeselect イベントをキャプチャして、これらの項目に対して false を返すことができます。ここにコードを投稿すると、人々がより適切に質問に答えるのに役立ちます。