Released: Oct 7, 2025
v2.3.10 での更新項目
機能
Slider and Range Slider Enhancements
- Display Both Text and Value in Custom Labels:
- Custom labels let you override auto-generated scale labels and provide your own text for specific values. Previously, a custom text replaced the corresponding numeric value. You can now enable the new
showValue property for any label to display both the custom text and its numeric value.
- In Survey Creator, this functionality is available through the new Display both text and value checkbox.
- Display Thumb Tooltips at All Times:
- You can now make Slider and Range Slider tooltips always visible instead of showing them only on hover or focus. This makes it easier for respondents to read selected values at a glance.
不具合の修正
Form Library
- Expressions: Negating an
anyof statement doesn't work when combined with other statements using and.
- Panel: Required validation doesn't work in question-per-page mode.
- Dynamic Matrix: A column's value is set to the default when clearing another row's value.
- Setting a Single-Select Matrix's value using an object within an expression doesn't work.
- Custom Date Picker widget is not automatically focused when it has a validation error.
- Long Text in read-only mode: Field text is selected when the question is expanded.
- Survey Creator: Single-Line Input lists validators that do not apply to the selected input type.
- Multi-choice questions:
attachData: true is ignored if the same request has been used in another question with attachData: false.
- Survey-wide recursive numbering adds unnecessary levels when
questionStartIndex is used.
Survey Creator
- Design Surface: "Question type" and "Input type" dropdowns do not focus the search box when they are opened.
- Dropdown: The pop-up field is narrower than the input field in certain cases.
- Choices Table: Placeholders for the Text column do not copy values from the Value column.
- [React in Strict Mode] Users can add more than the specified maximum number of choices using the Add Choice adorner.
- Hiding the title for a Dynamic Panel also hides titles for the nested questions.
- Specialized question affects the base question when
inheritBaseProps is set to true.