Skip to content

1.3.2

Compare
Choose a tag to compare
@pardnchiu pardnchiu released this 20 Aug 03:53

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 in input[type="radio"] and input[type="checkbox"] now correctly captures the value.

String

Resolved Issues

  • $all now returns an array of HTMLElement[] instead of the previous format.

概述

此更新修復了 PD 在 input[type="radio"]input[type="checkbox"] 中無法正確捕獲值的問題。此外,String.prototype.$all 的返回格式也更改為 HTMLElement[]

PD

修正問題

  • modelinput[type="radio"]input[type="checkbox"] 中現在能正確捕獲值。

String

修正問題

  • $all 現在返回 HTMLElement[] 陣列,而非之前的格式。