我在我的jquery web应用程序中使用了sweetalert。我用选择框来展示。这是像下面这样的sweetalert选项。
swal({
title: 'Select field validation',
input: 'select',
inputOptions: {
apples: 'Apples',
bananas: 'Bananas',
grapes: 'Grapes',
oranges: 'Oranges'
},
inputPlaceholder: 'Select a fruit',
showCancelButton: true,
})
但是,我想禁用sweetalert选择框中特定选择框选项。
如果有人知道解决方法,请在这里分享。
1条答案
按热度按时间am46iovg1#
使用它将在swal select box init之后调用的
didOpen
方法