-
Notifications
You must be signed in to change notification settings - Fork 145
Open
Labels
Description
match使用在select上不管用
如:
<select name="symbol1_1">
<option value="usd">美元</option>
<option value="eur">欧元</option>
</select>
<select name="symbol1_2" data-rule="组合:required;match(neq,#symbol1_1);>
<option value="usd">美元</option>
<option value="eur">欧元</option>
</select>
Reactions are currently unavailable