RunQueryButton
This button component is used for running queries. It supports four query states: idle, loading, success, and error.
Changes to RunQueryButton. The full components changelog also lists package-wide and cross-cutting entries.
3.8.0
Updates
- Fixed the non-cancelable loading state to correctly signal its non-interactive state via
aria-disabledandaria-busy. Also removed a redundantaria-liveregion that caused screen readers to announce the button as a group. (APPDEV-16535)
3.4.0
Updates
General
- Behavior tracking attributes are now supported in all button components, including
Button,IntentButton,NotifyButton, andRunQueryButton. (APPDEV-16876) - The text and icon color tokens for the success on accent button are now correct. (APPDEV-17388)
- Behavior tracking attributes are now supported in all form components, including
Calendar,Checkbox,DateTimePicker,DateTimeRangePicker,FieldSet,FormField,Label,NumberInput,NumberInputV2,PasswordInput,Radio,SearchInput,Select,Switch,TextArea,TextInput, andToggleButtonGroup. (APPDEV-16882) - Behavior tracking attributes are now supported in
FilterBar,FilterField,SegmentSelector, andTimeframeSelector.FilterField.SuggestionsandTimeframeSelector.Presetsnow also support behavior tracking attributes. (APPDEV-16881) - Added feature flag and css overrides for design tokens for visual refresh. (APPDEV-17223)