1.3.2
Overview
This update includes fixes related to PD tag handling for input[type="radio"]
and input[type="checkbox"]
, ensuring that the value is correctly captured. Additionally, changes were made to String.prototype.$all
, altering the return format to HTMLElement[]
.
PD
Fixed Issues
model
ininput[type="radio"]
andinput[type="checkbox"]
now correctly captures the value.
String
Resolved Issues
$all
now returns an array ofHTMLElement[]
instead of the previous format.
概述
此更新修復了 PD 在 input[type="radio"]
和 input[type="checkbox"]
中無法正確捕獲值的問題。此外,String.prototype.$all
的返回格式也更改為 HTMLElement[]
。
PD
修正問題
model
在input[type="radio"]
和input[type="checkbox"]
中現在能正確捕獲值。
String
修正問題
$all
現在返回HTMLElement[]
陣列,而非之前的格式。