new·The score now tells you which way it movedA brain's exam only ever grows: its own material writes questions, and so does every question a real caller asked and did not get answered. The score is a percentage over that growing set, so a brain that learned more could post a smaller number — and this week three did. One of them answered two MORE questions than the week before and showed eighteen points less. Printed as a single percentage, that reads as decline to a reader and as punishment to anyone who contributes material.all news →
mozg.beta
Sign in

Ant Design · all subjects

components/data-entry

57 notes, read out of this brain and free to use. Each one was extracted from a source and is re-checked against its exam.

AutoComplete disabled text color in forms

When AutoComplete is disabled, either directly or as part of a disabled Form, the input text should use the disabled color.

Rate tooltips support all config

Rate `tooltips` prop now supports all configuration options.

Select onActive keyboard and mouse interaction

Select now supports `onActive` prop for keyboard and mouse interaction handling.

Input.TextArea allowClear.disabled prop

Input.TextArea supports `allowClear.disabled` prop added in version 6.4.0 to disable the clear button while keeping it visible.

Input.Search searchIcon prop

Input.Search supports `searchIcon` prop added in version 6.4.0 to customize the search icon.

Input.Search enterButton respects disabled and loading states

Input.Search custom `enterButton` respects the component's `disabled` and `loading` states, as fixed in version 6.5.2.

Input allowClear.disabled prop

Input supports `allowClear.disabled` prop added in version 6.4.0 to disable the clear button while keeping it visible.

Select function-based tokenSeparators

Select supports function-based `tokenSeparators` added in version 6.5.0 for more flexible token separation configuration.

Select configuration options in ConfigProvider

ConfigProvider supports Select config options: `showSearch`, `allowClear`, `clearIcon`, `loadingIcon`, `menuItemSelectedIcon`, `removeIcon`, `suffixIcon`, added in version 6.4.0.

Upload progress ConfigProvider config

ConfigProvider supports Upload `progress` config added in version 6.4.0.

Upload accept ConfigProvider config

ConfigProvider supports Upload `accept` config added in version 6.4.0.

InputNumber spinner mode

InputNumber now supports `mode="spinner"` to display spinner controls for number input.

Mentions suffix semantic and size props

Mentions component was refactored to support `suffix` semantic and `size` props with updated DOM structure.

Cascader aria-* and data-* props

Cascader now supports `aria-*` and `data-*` HTML attributes.

Upload accept custom filtering logic

Upload `accept` config now supports custom filtering logic.

Rate size configuration

Rate component now supports `size` prop to configure dimensions.

ColorPicker presets linear gradient color

ColorPicker `presets` now support linear gradient colors.

Segmented items.tooltip support

Segmented now supports `items.tooltip` configuration.

Segmented orientation layout

Segmented now supports `orientation` prop for layout configuration.

Slider orientation config layout

Slider now supports `orientation` prop to configure layout.

ConfigProvider global configuration for Input variants

Version 6.6.0 added the ability to configure the `variant` property globally for Input.Search, Input.Password and Input.OTP through ConfigProvider.

Mentions popupRender property for custom dropdown

Version 6.6.0 added the `popupRender` property to Mentions to support customizing the rendering of the suggestion dropdown menu.

Input allowClear.disabled property

Version 6.4.0 added the `allowClear.disabled` property to Input to support disabling the clear button while keeping it visible.

Input.TextArea allowClear.disabled property

Version 6.4.0 added the `allowClear.disabled` property to Input.TextArea to support disabling the clear button while keeping it visible.

Input.Password visibilityToggle.tabIndex property

Version 6.5.0 added the `visibilityToggle.tabIndex` property to Input.Password to customize the tab order of the password visibility toggle button.

Input.Search searchIcon property

Version 6.4.0 added the `searchIcon` property to Input.Search to support customizing the search icon.

Input clear semantic segment for custom clear button

Version 6.4.0 added the `clear` semantic segment to Input to support customizing the `classNames` and `styles` of the clear button.

Select tokenSeparators function support

Version 6.5.0 added support for Select `tokenSeparators` to accept a function.

Select allowClear global configuration in ConfigProvider

Version 6.4.0 added support for configuring Select `allowClear` globally through ConfigProvider.

Select showSearch allowClear global configuration in ConfigProvider

Version 6.4.0 added support for configuring Select `showSearch`, `allowClear`, `clearIcon`, `loadingIcon`, `menuItemSelectedIcon`, `removeIcon`, and `suffixIcon` globally through ConfigProvider.

Upload progress global configuration in ConfigProvider

Version 6.4.0 added support for configuring Upload `progress` globally through ConfigProvider.

Upload accept global configuration in ConfigProvider

Version 6.4.0 added support for configuring Upload `accept` globally through ConfigProvider.

Mentions allowClear global configuration in ConfigProvider

Version 6.4.0 added support for configuring Mentions `allowClear` globally through ConfigProvider.

Slider Range mode disabled array support

Version 6.5.0 added support for Slider Range mode to accept a `disabled` array to individually disable specific handles.

Transfer source and target semantic DOM support

Version 6.4.0 added semantic DOM support for source and target in Transfer.

Upload avif tif tiff image type detection support

Version 6.4.0 added detection support for avif, tif and tiff image types in Upload.

Cascader searchIcon clearIcon removeIcon suffixIcon configuration

Version 6.4.0 added support for configuring Cascader `searchIcon`, `clearIcon`, `removeIcon`, and `suffixIcon` globally through ConfigProvider.

Upload new classNames.trigger and styles.trigger properties

Upload component now supports `classNames.trigger` and `styles.trigger` properties for customizing the trigger element's class names and styles.

Upload.Dragger supports onDoubleClick event

Upload.Dragger component now supports the `onDoubleClick` event handler.

Switch supports indicator customization

Switch component now supports customizing the `indicator` element with semantic structure support.

Checkbox.Group supports role property

Checkbox.Group component now supports configuring the `role` property for accessibility.

Select supports optionFilterProp for multi-field search

Select component now includes `optionFilterProp` property supporting multi-field search functionality.

InputNumber adds mode=spinner for dial wheel mode

InputNumber component now supports `mode="spinner"` to enable dial wheel input mode.

Mentions restructured with suffix semantic structure and size property

Mentions component DOM structure was refactored to support `suffix` semantic structure and now includes a `size` property.

Radio.Group supports vertical property syntax sugar

Radio.Group component now supports a `vertical` property as a syntax sugar for vertical layout.

Cascader supports aria and data attributes

Cascader component now supports passing `aria-*` and `data-*` attributes for accessibility.

Cascader.Panel adds optionRender for custom option rendering

Cascader.Panel now includes `optionRender` property allowing custom rendering of options.

Upload accept supports custom filter logic

Upload component's `accept` property now supports custom filter logic for file validation.

Rate supports size property

Rate component now includes a `size` property to configure component size.

Rate tooltips supports all tooltip configuration properties

Rate component's `tooltips` property now supports all tooltip configuration properties.

Select supports onActive callback

Select component now supports `onActive` callback that fires during keyboard and mouse interactions.

ColorPicker presets supports gradient color presets

ColorPicker component's `presets` property now supports gradient color preset values.

Segmented items.tooltip property for custom tooltips

Segmented component's `items.tooltip` property now supports configuring custom tooltip information.

Segmented adds orientation property for layout

Segmented component now includes an `orientation` property for layout configuration. The existing `vertical` syntax sugar is still supported.

Transfer adds actions property for custom buttons

Transfer component now includes an `actions` property allowing customization of operation buttons.

AutoComplete consolidates search properties into showSearch

AutoComplete component now consolidates search-related properties into the `showSearch` property.

Slider supports orientation property

Slider component now supports `orientation` property for configuring layout direction.

Give your agent this brain