fix(QScrollArea): prevent content re-rendering on scroll or mousemove (fix #16579) #412
GitHub Actions / UI Tests Results
succeeded
Mar 27, 2024 in 0s
All 504 tests pass in 58s
Annotations
Check notice on line 0 in .github
github-actions / UI Tests Results
504 tests found (test 1 to 395)
There are 504 tests, see "Raw output" for the list of tests 1 to 395.
Raw output
render the text in the default slot ‑ Avatar API Slots (slot): default render the text in the default slot
renders correctly using the scope ‑ Uploader API Slots (slot): header renders correctly using the scope
should accept a function as option-disable ‑ QSelect API Props Category: options (prop): option-disable should accept a function as option-disable
should accept a function as option-label ‑ QSelect API Props Category: options (prop): option-label should accept a function as option-label
should accept a function as option-value ‑ QSelect API Props Category: options (prop): option-value should accept a function as option-value
should add a selected option ‑ QSelect API Methods (method): add should add a selected option
should add the value to the model when the doneFn is called ‑ QSelect API Events (event): new-value should add the value to the model when the doneFn is called
should allow a maximum number of selections ‑ QSelect API Props Category: selection (prop): max-values should allow a maximum number of selections
should append a 'after' slot ‑ use-field API Slots (slot): after should append a 'after' slot
should append a 'append' slot ‑ use-field API Slots (slot): append should append a 'append' slot
should append a 'before' slot ‑ use-field API Slots (slot): before should append a 'before' slot
should append a 'label' slot ‑ use-field API Slots (slot): label should append a 'label' slot
should append a 'prepend' slot ‑ use-field API Slots (slot): prepend should append a 'prepend' slot
should append a cancel icon ‑ Input API Props Category: behaviour (prop): clearable should append a cancel icon
should append a clear icon ‑ use-field API Props Category: behavior|content (prop): clearable should append a clear icon
should apply a class to the input element when using `useInput` ‑ QSelect API Props Category: style (prop): input-class should apply a class to the input element when using `useInput`
should apply a style to the input element when using `useInput` ‑ QSelect API Props Category: style (prop): input-style should apply a style to the input element when using `useInput`
should apply borderless design style ‑ use-field API Props Category: style (prop): borderless should apply borderless design style
should apply dark design style ‑ use-field API Props Category: style (prop): dark should apply dark design style
should apply dense design style ‑ use-field API Props Category: style (prop): dense should apply dense design style
should apply filled design style ‑ use-field API Props Category: style (prop): filled should apply filled design style
should apply item-aligned design style ‑ use-field API Props Category: style (prop): item-aligned should apply item-aligned design style
should apply outlined design style ‑ use-field API Props Category: style (prop): outlined should apply outlined design style
should apply rounded design style ‑ use-field API Props Category: style (prop): rounded should apply rounded design style
should apply square design style ‑ use-field API Props Category: style (prop): square should apply square design style
should apply standout design style ‑ use-field API Props Category: style (prop): standout should apply standout design style
should apply the class to the popup element ‑ QSelect API Props Category: style (prop): popup-content-class should apply the class to the popup element
should apply the input class specified as an object ‑ Input API Props Category: style (prop): input-class should apply the input class specified as an object
should apply the input class to the underlying element ‑ Input API Props Category: style (prop): input-class should apply the input class to the underlying element
should apply the style definitions to the popup element ‑ QSelect API Props Category: style (prop): popup-content-style should apply the style definitions to the popup element
should auto-close the dialog ‑ Dialog API Props Category: behavior (prop): auto-close should auto-close the dialog
should autofocus on component ‑ Input API Props Category: behaviour (prop): autofocus should autofocus on component
should autofocus on component ‑ use-field API Props Category: behavior (prop): autofocus should autofocus on component
should be done after a custom 1000ms passed ‑ use-transition API Props Category: transition (prop): transition-duration should be done after a custom 1000ms passed
should be done with transitioning after 300ms passed ‑ use-transition API Props Category: transition (prop): transition-duration should be done with transitioning after 300ms passed
should be selected when "selected" prop is true ‑ Chip API Props Category: model (prop): selected should be selected when "selected" prop is true
should blur the component ‑ Field API Methods (method): blur should blur the component
should blur the component ‑ Input API Methods (method): blur should blur the component
should blur the component ‑ use-field API Methods (method): blur should blur the component
should change QChip size based defined values: xs, sm, md, lg, xl ‑ Chip API Props Category: style (prop): size should change QChip size based defined values: xs, sm, md, lg, xl
should change QChip size based on a CSS unit value ‑ Chip API Props Category: style (prop): size should change QChip size based on a CSS unit value
should change breadcrumb item color based on Quasar Color Palette ‑ Breadcrumbs API Props Category: style (prop): active-color should change breadcrumb item color based on Quasar Color Palette
should change breadcrumb separator color based on Quasar Color Palette ‑ Breadcrumbs API Props Category: style (prop): separator-color should change breadcrumb separator color based on Quasar Color Palette
should change color based on Quasar Color Palette ‑ Badge API Props Category: style (prop): color should change color based on Quasar Color Palette
should change color based on Quasar Color Palette ‑ Chip API Props Category: style (prop): color should change color based on Quasar Color Palette
should change text color based on Quasar Color Palette ‑ Badge API Props Category: style (prop): text-color should change text color based on Quasar Color Palette
should change text color based on Quasar Color Palette ‑ Chip API Props Category: style (prop): text-color should change text color based on Quasar Color Palette
should change text color based on Quasar Color Palette ‑ use-btn API Props Category: style (prop): color should change text color based on Quasar Color Palette
should change text color based on Quasar Color Palette ‑ use-btn API Props Category: style (prop): text-color should change text color based on Quasar Color Palette
should click the button ‑ Btn API Methods (method): click should click the button
should close the dialog when modifying the model-value ‑ use-model-toggle API Props Category: model (prop): model-value should close the dialog when modifying the model-value
should close the menu and clear the filter ‑ QSelect API Methods (method): toggleOption should close the menu and clear the filter
should close the menu when clicking a menu child without v-close-popup when auto-close is true ‑ Menu API Props Category: behavior (prop): auto-close should close the menu when clicking a menu child without v-close-popup when auto-close is true
should close the menu when clicking outside the menu ‑ Menu API Props Category: behavior (prop): persistent should close the menu when clicking outside the menu
should close the menu when hitting the escape key ‑ Menu API Props Category: behavior (prop): persistent should close the menu when hitting the escape key
should correctly update the model value ‑ use-validate API Props Category: model (prop): model-value should correctly update the model value
should create a rounded avatar ‑ Avatar API Props Category: style (prop): rounded should create a rounded avatar
should create a square avatar ‑ Avatar API Props Category: style (prop): square should create a square avatar
should display a background color ‑ Input API Props Category: style (prop): bg-color should display a background color
should display a background color ‑ use-field API Props Category: style (prop): bg-color should display a background color
should display a default slot ‑ Dialog API Slots (slot): default should display a default slot
should display a label color ‑ Input API Props Category: style (prop): label-color should display a label color
should display a label color ‑ use-field API Props Category: style (prop): label-color should display a label color
should display a persistent dialog ‑ Dialog API Props Category: behavior (prop): persistent should display a persistent dialog
should display a prefix ‑ Input API Props Category: content (prop): prefix should display a prefix
should display a prefix ‑ use-field API Props Category: content (prop): prefix should display a prefix
should display a remove icon emitting a "remove" event when clicked ‑ Chip API Props Category: state (prop): removable should display a remove icon emitting a "remove" event when clicked
should display a standout color ‑ Input API Props Category: style (prop): standout should display a standout color
should display a suffix ‑ Input API Props Category: content (prop): suffix should display a suffix
should display a suffix ‑ use-field API Props Category: content (prop): suffix should display a suffix
should display custom clear-icon when one is set ‑ Input API Props Category: content (prop): clear-icon should display custom clear-icon when one is set
should display custom clear-icon when one is set ‑ use-field API Props Category: content (prop): clear-icon should display custom clear-icon when one is set
should display the default slot content ‑ Badge API Slots (slot): default should display the default slot content
should display the default slot content ‑ Breadcrumbs API Slots (slot): default should display the default slot content
should display the default slot content ‑ Chip API Slots (slot): default should display the default slot content
should display the dialog at a specific position ‑ Dialog API Props Category: content (prop): position should display the dialog at a specific position
should display the hint message ‑ Input API Props Category: content (prop): hint should display the hint message
should display the label of the selected value instead of the value itself ‑ QSelect API Props Category: options (prop): map-options should display the label of the selected value instead of the value itself
should display the label set ‑ Input API Props Category: content (prop): label should display the label set
should display the selected value as string by default ‑ QSelect API Props Category: options (prop): map-options should display the selected value as string by default
should display the separator slot content ‑ Breadcrumbs API Slots (slot): separator should display the separator slot content
should display the slot content after the options ‑ QSelect API Slots (slot): after-options should display the slot content after the options
should display the slot content before the options ‑ QSelect API Slots (slot): before-options should display the slot content before the options
should display the slot content when there are no options ‑ QSelect API Slots (slot): no-option should display the slot content when there are no options
should display validation error message if error = true ‑ Input API Props Category: content (prop): error-message should display validation error message if error = true
should display when element is loading ‑ QSelect API Slots (slot): loading should display when element is loading
should display when something is selected ‑ QSelect API Slots (slot): selected should display when something is selected
should emit "click" event when clicked and "clickable" prop is true ‑ Chip API Events (event): click should emit "click" event when clicked and "clickable" prop is true
should emit "click" event when clicked ‑ BreadcrumbsEl API Events (event): click should emit "click" event when clicked
should emit @before-hide event when component is triggered with the show() method ‑ use-model-toggle API Events (event): before-hide should emit @before-hide event when component is triggered with the show() method
should emit @before-hide event when menu is triggered by parent ‑ use-model-toggle API Events (event): before-hide should emit @before-hide event when menu is triggered by parent
should emit @before-show event when component is triggered with the show() method ‑ use-model-toggle API Events (event): before-show should emit @before-show event when component is triggered with the show() method
should emit @before-show event when menu is triggered by parent ‑ use-model-toggle API Events (event): before-show should emit @before-show event when menu is triggered by parent
should emit @escape-key event when escape key is pressed ‑ Menu API Events (event): escape-key should emit @escape-key event when escape key is pressed
should emit @hide event after transition duration ‑ use-model-toggle API Events (event): hide should emit @hide event after transition duration
should emit @hide event when component is triggered with the hide() method ‑ use-model-toggle API Events (event): hide should emit @hide event when component is triggered with the hide() method
should emit @hide event when menu is triggered by parent ‑ use-model-toggle API Events (event): hide should emit @hide event when menu is triggered by parent
should emit @show event when component is triggered with the show() method ‑ use-model-toggle API Events (event): show should emit @show event when component is triggered with the show() method
should emit @show event when menu is triggered by parent ‑ use-model-toggle API Events (event): show should emit @show event when menu is triggered by parent
should emit @update:model-value event when state changes ‑ use-model-toggle API Events (event): update:model-value should emit @update:model-value event when state changes
should emit a click event when the button is clicked ‑ Btn API Events (event): click should emit a click event when the button is clicked
should emit blur event ‑ Field API Events (event): blur should emit blur event
should emit blur event ‑ Input API Events (event): blur should emit blur event
should emit escape-key event ‑ Dialog API Events (event): escape-key should emit escape-key event
should emit event when a selected item is removed from selection ‑ QSelect API Events (event): remove should emit event when a selected item is removed from selection
should emit event when an option is added to the selection ‑ QSelect API Events (event): add should emit event when an option is added to the selection
should emit event when model value changes ‑ QSelect API Events (event): update:model-value should emit event when model value changes
should emit event when something is typed into the input field and enter is pressed ‑ QSelect API Events (event): new-value should emit event when something is typed into the input field and enter is pressed
should emit event when something is typed into the input field ‑ QSelect API Events (event): filter should emit event when something is typed into the input field
should emit event when text input changes ‑ QSelect API Events (event): input-value should emit event when text input changes
should emit event when the options are hidden ‑ QSelect API Events (event): popup-hide should emit event when the options are hidden
should emit event when the options are shown ‑ QSelect API Events (event): popup-show should emit event when the options are shown
should emit event when the the filterFn has not called the doneFn yet and a new filter is requested ‑ QSelect API Events (event): filter-abort should emit event when the the filterFn has not called the doneFn yet and a new filter is requested
should emit focus event ‑ Input API Events (event): focus should emit focus event
should emit onUpdate:modelValue event ‑ Field API Events (event): update:model-value should emit onUpdate:modelValue event
should emit onUpdate:modelValue event ‑ Input API Events (event): update:model-value should emit onUpdate:modelValue event
should emit remove event when clicked and "removable" prop is true ‑ Chip API Events (event): remove should emit remove event when clicked and "removable" prop is true
should emit shake event ‑ Dialog API Events (event): shake should emit shake event
should emit the clear event when the clear button is clicked ‑ use-field API Events (event): clear should emit the clear event when the clear button is clicked
should emit the focus event ‑ Field API Events (event): focus should emit the focus event
should emit the value under the value key, if options are objects ‑ QSelect API Props Category: model (prop): emit-value should emit the value under the value key, if options are objects
should emit the whole object by default if options are objects ‑ QSelect API Props Category: model (prop): emit-value should emit the whole object by default if options are objects
should enforce a '###@#*#' mask ‑ use-mask API Props Category: behavior (prop): mask should enforce a '###@#*#' mask
should enforce a 'card' mask ‑ use-mask API Props Category: behavior (prop): mask should enforce a 'card' mask
should enforce a 'date' mask ‑ use-mask API Props Category: behavior (prop): mask should enforce a 'date' mask
should enforce a 'datetime' mask ‑ use-mask API Props Category: behavior (prop): mask should enforce a 'datetime' mask
should enforce a 'fulltime' mask ‑ use-mask API Props Category: behavior (prop): mask should enforce a 'fulltime' mask
should enforce a 'phone' mask ‑ use-mask API Props Category: behavior (prop): mask should enforce a 'phone' mask
should enforce a 'time' mask ‑ use-mask API Props Category: behavior (prop): mask should enforce a 'time' mask
should enforce a reverse-fill-mask ‑ use-mask API Props Category: behavior (prop): reverse-fill-mask should enforce a reverse-fill-mask
should filter the options list ‑ QSelect API Methods (method): filter should filter the options list
should focus the autofocus element inside the menu ‑ Menu API Methods (method): focus should focus the autofocus element inside the menu
should focus the component ‑ Field API Methods (method): focus should focus the component
should focus the component ‑ Input API Methods (method): focus should focus the component
should focus the component ‑ QSelect API Methods (method): focus should focus the component
should focus the component ‑ use-field API Methods (method): focus should focus the component
should focus the menu ‑ Menu API Methods (method): focus should focus the menu
should force the use of the label slot even when a label prop is set ‑ use-field API Props Category: content (prop): label-slot should force the use of the label slot even when a label prop is set
should force use the label slot when a label is not set ‑ Input API Props Category: content (prop): label-slot should force use the label slot when a label is not set
should have a dark style when "dark" prop is true ‑ Banner API Props Category: style (prop): dark should have a dark style when "dark" prop is true
should have a dark style when "dark" prop is true ‑ Bar API Props Category: style (prop): dark should have a dark style when "dark" prop is true
should have a dark style when "dark" prop is true ‑ Chip API Props Category: style (prop): dark should have a dark style when "dark" prop is true
should have a default tabindex of 0 ‑ QSelect API Props Category: general (prop): tabindex should have a default tabindex of 0
should have a dense style when "dense" prop is true ‑ Banner API Props Category: style (prop): dense should have a dense style when "dense" prop is true
should have a dense style when "dense" prop is true ‑ Bar API Props Category: style (prop): dense should have a dense style when "dense" prop is true
should have a dense style when "dense" prop is true ‑ Chip API Props Category: style (prop): dense should have a dense style when "dense" prop is true
should have a outline style when "outline" prop is true ‑ Badge API Props Category: style (prop): outline should have a outline style when "outline" prop is true
should have a outline style when "outline" prop is true ‑ Chip API Props Category: style (prop): outline should have a outline style when "outline" prop is true
should have a ripple effect when "ripple" prop is true ‑ Chip API Props Category: style (prop): ripple should have a ripple effect when "ripple" prop is true
should have a rounded style when "rounded" prop is true ‑ Badge API Props Category: style (prop): rounded should have a rounded style when "rounded" prop is true
should have a rounded style when "rounded" prop is true ‑ Banner API Props Category: style (prop): rounded should have a rounded style when "rounded" prop is true
should have a selected property in the scope ‑ QSelect API Slots (slot): option should have a selected property in the scope
should have a square style when "square" prop is true ‑ Chip API Props Category: style (prop): square should have a square style when "square" prop is true
should have class name supplied by options-selected-class on active item ‑ QSelect API Props Category: options (prop): options-selected-class should have class name supplied by options-selected-class on active item
should have hover effects and emit "click" event when "clickable" prop is true ‑ Chip API Props Category: state (prop): clickable should have hover effects and emit "click" event when "clickable" prop is true
should have opacity style when "transparent" prop is true ‑ Badge API Props Category: style (prop): transparent should have opacity style when "transparent" prop is true
should have text-{color} applied as selected by default ‑ QSelect API Props Category: options (prop): options-selected-class should have text-{color} applied as selected by default
should have the option selected passed in the model-value ‑ QSelect API Props Category: model (prop): model-value should have the option selected passed in the model-value
should hide bottom space ‑ Input API Props Category: style (prop): hide-bottom-space should hide bottom space
should hide error icon when there is an error ‑ Input API Props Category: content (prop): no-error-icon should hide error icon when there is an error
should hide hint when element is not focused ‑ Input API Props Category: content (prop): hide-hint should hide hint when element is not focused
should hide the dropdown-icon when this property is true ‑ QSelect API Props Category: content|behavior (prop): hide-dropdown-icon should hide the dropdown-icon when this property is true
should hide the popup ‑ QSelect API Methods (method): hidePopup should hide the popup
should ignore self property when using cover ‑ Menu API Props Category: position (prop): cover should ignore self property when using cover
should make the popup menu cover the select ‑ QSelect API Props Category: options (prop): options-cover should make the popup menu cover the select
should mark the field as having an error ‑ Input API Props Category: behaviour (prop): error should mark the field as having an error
should mark the field as having an error ‑ use-validate API Props Category: behavior (prop): error should mark the field as having an error
should maximize the dialog ‑ Dialog API Props Category: content (prop): maximized should maximize the dialog
should move the optionSelection by some index offset ‑ QSelect API Methods (method): moveOptionSelection should move the optionSelection by some index offset
should no input debounce by default ‑ Input API Props Category: model (prop): debounce should no input debounce by default
should no switch focus to the menu when opening with no-focus is true ‑ Menu API Props Category: behavior (prop): no-focus should no switch focus to the menu when opening with no-focus is true
should not add a duplicate option when unique is true ‑ QSelect API Methods (method): add should not add a duplicate option when unique is true
should not allow closing the dialog with the escape key ‑ Dialog API Props Category: behavior (prop): no-esc-dismiss should not allow closing the dialog with the escape key
should not be done before a custom 1000ms passed ‑ use-transition API Props Category: transition (prop): transition-duration should not be done before a custom 1000ms passed
should not be done with transitioning before 300ms passed ‑ use-transition API Props Category: transition (prop): transition-duration should not be done with transitioning before 300ms passed
should not be selected when "selected" prop is false ‑ Chip API Props Category: model (prop): selected should not be selected when "selected" prop is false
should not close dialog with backdrop ‑ Dialog API Props Category: behavior (prop): no-backdrop-dismiss should not close dialog with backdrop
should not close the menu and clear the filter when keepOpen is true ‑ QSelect API Methods (method): toggleOption should not close the menu and clear the filter when keepOpen is true
should not close the menu when clicking a menu child without v-close-popup ‑ Menu API Props Category: behavior (prop): auto-close should not close the menu when clicking a menu child without v-close-popup
should not close the menu when clicking outside the menu when persistent ‑ Menu API Props Category: behavior (prop): persistent should not close the menu when clicking outside the menu when persistent
should not close the menu when hitting the escape key when persistent ‑ Menu API Props Category: behavior (prop): persistent should not close the menu when hitting the escape key when persistent
should not display the slot content when there are options ‑ QSelect API Slots (slot): no-option should not display the slot content when there are options
should not display when element is loading ‑ QSelect API Slots (slot): loading should not display when element is loading
should not emit "click" event when "clickable" prop is false ‑ Chip API Events (event): click should not emit "click" event when "clickable" prop is false
should not emit @escape-key event when menu is persistent ‑ Menu API Events (event): escape-key should not emit @escape-key event when menu is persistent
should not emit event when the filter has called its doneFn ‑ QSelect API Events (event): filter-abort should not emit event when the filter has called its doneFn
should not emit remove event when "removable" prop is false ‑ Chip API Events (event): remove should not emit remove event when "removable" prop is false
should not emit update:selected event when "selected" prop is not set ‑ Chip API Events (event): update:selected should not emit update:selected event when "selected" prop is not set
should not focus on dialog when switching to it ‑ Dialog API Props Category: behavior (prop): no-focus should not focus on dialog when switching to it
should not have a ripple effect when "ripple" prop is false ‑ Chip API Props Category: style (prop): ripple should not have a ripple effect when "ripple" prop is false
should not have border-radius when using this prop ‑ Menu API Props Category: style (prop): square should not have border-radius when using this prop
should not have default active class when passed option is empty ‑ QSelect API Props Category: options (prop): options-selected-class should not have default active class when passed option is empty
should not have hover effect and not emit "click" event when "disable" prop is true ‑ Chip API Props Category: state (prop): disable should not have hover effect and not emit "click" event when "disable" prop is true
should not make the popup menu cover the select when use-input is used ‑ QSelect API Props Category: options (prop): options-cover should not make the popup menu cover the select when use-input is used
should not override the default selection string when using `selected` slot ‑ QSelect API Props Category: selection (prop): display-value should not override the default selection string when using `selected` slot
should not override the default selection string when using `use-chips` ‑ QSelect API Props Category: selection (prop): display-value should not override the default selection string when using `use-chips`
should not refocus on the DOM element that had focus ‑ Dialog API Props Category: behavior (prop): no-refocus should not refocus on the DOM element that had focus
should not render options with html by default ‑ QSelect API Props Category: options (prop): options-html should not render options with html by default
should not render the selected option as html when using `selected-item` slot ‑ QSelect API Props Category: selection (prop): display-value-html should not render the selected option as html when using `selected-item` slot
should not render the selected option as html when using `selected` slot ‑ QSelect API Props Category: selection (prop): display-value-html should not render the selected option as html when using `selected` slot
should not render when "modelValue" prop is false ‑ Chip API Props Category: model (prop): model-value should not render when "modelValue" prop is false
should not shake dialog ‑ Dialog API Props Category: behavior (prop): no-shake should not shake dialog
should not show a hint text when not focused ‑ use-field API Props Category: content (prop): hide-hint should not show a hint text when not focused
should not show an error icon when error is true ‑ use-validate API Props Category: content (prop): no-error-icon should not show an error icon when error is true
should not show an error-message when error is false ‑ use-validate API Props Category: content (prop): error-message should not show an error-message when error is false
should not show the selected value ‑ QSelect API Props Category: selection (prop): hide-selected should not show the selected value
should not show when clicking parent with no-parent-event true ‑ use-anchor API Props Category: behavior (prop): no-parent-event should not show when clicking parent with no-parent-event true
should not show when left clicking parent ‑ use-anchor API Props Category: behavior (prop): context-menu should not show when left clicking parent
should not show when target is false ‑ use-anchor API Props Category: behavior (prop): target should not show when target is false
should not switch focus back to parent element when closing if no-refocus is true ‑ Menu API Props Category: behavior (prop): no-refocus should not switch focus back to parent element when closing if no-refocus is true
should not trigger the filter when specified ‑ QSelect API Methods (method): updateInputValue should not trigger the filter when specified
should offset horizontal position Anchor(top left) & Self(top left) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top left) & Self(top left) correctly
should offset horizontal position Anchor(top left) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top left) & Self(top middle) correctly
should offset horizontal position Anchor(top left) & Self(top right) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top left) & Self(top right) correctly
should offset horizontal position Anchor(top middle) & Self(top left) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top middle) & Self(top left) correctly
should offset horizontal position Anchor(top middle) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top middle) & Self(top middle) correctly
should offset horizontal position Anchor(top middle) & Self(top right) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top middle) & Self(top right) correctly
should offset horizontal position Anchor(top right) & Self(top left) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top right) & Self(top left) correctly
should offset horizontal position Anchor(top right) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top right) & Self(top middle) correctly
should offset horizontal position Anchor(top right) & Self(top right) correctly ‑ Menu API Props Category: position (prop): offset should offset horizontal position Anchor(top right) & Self(top right) correctly
should offset vertical position Anchor(bottom left) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(bottom left) & Self(bottom left) correctly
should offset vertical position Anchor(bottom left) & Self(center left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(bottom left) & Self(center left) correctly
should offset vertical position Anchor(bottom left) & Self(top left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(bottom left) & Self(top left) correctly
should offset vertical position Anchor(center left) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(center left) & Self(bottom left) correctly
should offset vertical position Anchor(center left) & Self(center left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(center left) & Self(center left) correctly
should offset vertical position Anchor(center left) & Self(top left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(center left) & Self(top left) correctly
should offset vertical position Anchor(top left) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(top left) & Self(bottom left) correctly
should offset vertical position Anchor(top left) & Self(center left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(top left) & Self(center left) correctly
should offset vertical position Anchor(top left) & Self(top left) correctly ‑ Menu API Props Category: position (prop): offset should offset vertical position Anchor(top left) & Self(top left) correctly
should open the dialog when modifying the model-value ‑ use-model-toggle API Props Category: model (prop): model-value should open the dialog when modifying the model-value
should open the popup and focus the component ‑ QSelect API Methods (method): showPopup should open the popup and focus the component
should override the default selection slot ‑ QSelect API Slots (slot): selected-item should override the default selection slot
should override the default selection string ‑ QSelect API Props Category: selection (prop): display-value should override the default selection string
should pass a removeAtIndex function to the slot scope ‑ QSelect API Slots (slot): selected-item should pass a removeAtIndex function to the slot scope
should pass a toggleOption function to the slot scope ‑ QSelect API Slots (slot): selected-item should pass a toggleOption function to the slot scope
should pass the inputValue to the slot scope ‑ QSelect API Slots (slot): no-option should pass the inputValue to the slot scope
should pass the selected option index to the slot scope ‑ QSelect API Slots (slot): selected-item should pass the selected option index to the slot scope
should pass the selected option value to the slot scope ‑ QSelect API Slots (slot): selected-item should pass the selected option value to the slot scope
should position Anchor(bottom left) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(bottom left) correctly
should position Anchor(bottom left) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(bottom middle) correctly
should position Anchor(bottom left) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(bottom right) correctly
should position Anchor(bottom left) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(center left) correctly
should position Anchor(bottom left) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(center middle) correctly
should position Anchor(bottom left) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(center right) correctly
should position Anchor(bottom left) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(top left) correctly
should position Anchor(bottom left) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(top middle) correctly
should position Anchor(bottom left) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom left) & Self(top right) correctly
should position Anchor(bottom middle) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(bottom left) correctly
should position Anchor(bottom middle) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(bottom middle) correctly
should position Anchor(bottom middle) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(bottom right) correctly
should position Anchor(bottom middle) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(center left) correctly
should position Anchor(bottom middle) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(center middle) correctly
should position Anchor(bottom middle) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(center right) correctly
should position Anchor(bottom middle) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(top left) correctly
should position Anchor(bottom middle) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(top middle) correctly
should position Anchor(bottom middle) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom middle) & Self(top right) correctly
should position Anchor(bottom right) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(bottom left) correctly
should position Anchor(bottom right) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(bottom middle) correctly
should position Anchor(bottom right) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(bottom right) correctly
should position Anchor(bottom right) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(center left) correctly
should position Anchor(bottom right) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(center middle) correctly
should position Anchor(bottom right) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(center right) correctly
should position Anchor(bottom right) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(top left) correctly
should position Anchor(bottom right) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(top middle) correctly
should position Anchor(bottom right) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(bottom right) & Self(top right) correctly
should position Anchor(center left) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(bottom left) correctly
should position Anchor(center left) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(bottom middle) correctly
should position Anchor(center left) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(bottom right) correctly
should position Anchor(center left) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(center left) correctly
should position Anchor(center left) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(center middle) correctly
should position Anchor(center left) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(center right) correctly
should position Anchor(center left) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(top left) correctly
should position Anchor(center left) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(top middle) correctly
should position Anchor(center left) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center left) & Self(top right) correctly
should position Anchor(center middle) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(bottom left) correctly
should position Anchor(center middle) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(bottom middle) correctly
should position Anchor(center middle) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(bottom right) correctly
should position Anchor(center middle) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(center left) correctly
should position Anchor(center middle) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(center middle) correctly
should position Anchor(center middle) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(center right) correctly
should position Anchor(center middle) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(top left) correctly
should position Anchor(center middle) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(top middle) correctly
should position Anchor(center middle) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center middle) & Self(top right) correctly
should position Anchor(center right) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(bottom left) correctly
should position Anchor(center right) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(bottom middle) correctly
should position Anchor(center right) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(bottom right) correctly
should position Anchor(center right) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(center left) correctly
should position Anchor(center right) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(center middle) correctly
should position Anchor(center right) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(center right) correctly
should position Anchor(center right) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(top left) correctly
should position Anchor(center right) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(top middle) correctly
should position Anchor(center right) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(center right) & Self(top right) correctly
should position Anchor(top left) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(bottom left) correctly
should position Anchor(top left) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(bottom middle) correctly
should position Anchor(top left) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(bottom right) correctly
should position Anchor(top left) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(center left) correctly
should position Anchor(top left) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(center middle) correctly
should position Anchor(top left) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(center right) correctly
should position Anchor(top left) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(top left) correctly
should position Anchor(top left) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(top middle) correctly
should position Anchor(top left) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top left) & Self(top right) correctly
should position Anchor(top middle) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(bottom left) correctly
should position Anchor(top middle) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(bottom middle) correctly
should position Anchor(top middle) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(bottom right) correctly
should position Anchor(top middle) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(center left) correctly
should position Anchor(top middle) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(center middle) correctly
should position Anchor(top middle) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(center right) correctly
should position Anchor(top middle) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(top left) correctly
should position Anchor(top middle) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(top middle) correctly
should position Anchor(top middle) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top middle) & Self(top right) correctly
should position Anchor(top right) & Self(bottom left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(bottom left) correctly
should position Anchor(top right) & Self(bottom middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(bottom middle) correctly
should position Anchor(top right) & Self(bottom right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(bottom right) correctly
should position Anchor(top right) & Self(center left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(center left) correctly
should position Anchor(top right) & Self(center middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(center middle) correctly
should position Anchor(top right) & Self(center right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(center right) correctly
should position Anchor(top right) & Self(top left) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(top left) correctly
should position Anchor(top right) & Self(top middle) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(top middle) correctly
should position Anchor(top right) & Self(top right) correctly ‑ Menu API Props Category: position (prop): anchor & self should position Anchor(top right) & Self(top right) correctly
should put the component on disable state ‑ use-field API Props Category: state (prop): disable should put the component on disable state
should put the component on readonly state ‑ use-field API Props Category: state (prop): readonly should put the component on readonly state
should put the dialog in a seamless state ‑ Dialog API Props Category: content (prop): seamless should put the dialog in a seamless state
should remove a selected option at the correct index ‑ QSelect API Methods (method): removeAtIndex should remove a selected option at the correct index
should render a badge aligned based on defined values: left, center, right, between, around, evenly, stretch ‑ use-btn API Props Category: content (prop): align should render a badge aligned based on defined values: left, center, right, between, around, evenly, stretch
should render a badge aligned based on defined values: top, middle, bottom ‑ Badge API Props Category: content (prop): align should render a badge aligned based on defined values: top, middle, bottom
should render a breadcrumb aligned based on defined values: left, center, right, between, around, evenly, stretch ‑ Breadcrumbs API Props Category: content (prop): align should render a breadcrumb aligned based on defined values: left, center, right, between, around, evenly, stretch
should render a breadcrumb with a gutter based on defined values: xs, sm, md, lg, xl ‑ Breadcrumbs API Props Category: content (prop): gutter should render a breadcrumb with a gutter based on defined values: xs, sm, md, lg, xl
should render a breadcrumb with no gutter when the value is set to "none" ‑ Breadcrumbs API Props Category: content (prop): gutter should render a breadcrumb with no gutter when the value is set to "none"
should render a button with "loading" slot when "loading" prop is set to true ‑ use-btn API Props Category: behavior|state (prop): loading should render a button with "loading" slot when "loading" prop is set to true
should render a button with "minWidth" and "minHeight" props set to "0" ‑ use-btn API Props Category: style (prop): padding should render a button with "minWidth" and "minHeight" props set to "0"
should render a button with a dark percentage when "loading" prop is set to true ‑ Btn API Props Category: behavior (prop): dark-percentage should render a button with a dark percentage when "loading" prop is set to true
should render a button with a label ‑ Btn API Slots (slot): default should render a button with a label
should render a button with a loading slot ‑ Btn API Slots (slot): loading should render a button with a loading slot
should render a button with a percentage when "loading" prop is set to true ‑ Btn API Props Category: behavior (prop): percentage should render a button with a percentage when "loading" prop is set to true
should render a button with a type based on defined values: button, submit, reset ‑ use-btn API Props Category: general (prop): type should render a button with a type based on defined values: button, submit, reset
should render a button with dense style ‑ use-btn API Props Category: style (prop): dense should render a button with dense style
should render a button with fab style ‑ use-btn API Props Category: style (prop): fab should render a button with fab style
should render a button with fab-mini style ‑ use-btn API Props Category: style (prop): fab-mini should render a button with fab-mini style
should render a button with flat style ‑ use-btn API Props Category: style (prop): flat should render a button with flat style
should render a button with glossy style ‑ use-btn API Props Category: style (prop): glossy should render a button with glossy style
should render a button with icon and label stacked vertically ‑ use-btn API Props Category: content (prop): stack should render a button with icon and label stacked vertically
should render a button with no uppercase text ‑ use-btn API Props Category: content (prop): no-caps should render a button with no uppercase text
should render a button with no wrapping text ‑ use-btn API Props Category: content (prop): no-wrap should render a button with no wrapping text
should render a button with outline style ‑ use-btn API Props Category: style (prop): outline should render a button with outline style
should render a button with padding based custom value ‑ use-btn API Props Category: style (prop): padding should render a button with padding based custom value
should render a button with padding based on defined values: none, xs, sm, md, lg, xl ‑ use-btn API Props Category: style (prop): padding should render a button with padding based on defined values: none, xs, sm, md, lg, xl
should render a button with padding vertically and horizontally based on defined values" ‑ use-btn API Props Category: style (prop): padding should render a button with padding vertically and horizontally based on defined values"
should render a button with push style ‑ use-btn API Props Category: style (prop): push should render a button with push style
should render a button with ripple effect ‑ use-btn API Props Category: style (prop): ripple should render a button with ripple effect
should render a button with rounded style ‑ use-btn API Props Category: style (prop): rounded should render a button with rounded style
should render a button with square style ‑ use-btn API Props Category: style (prop): square should render a button with square style
should render a button with unelevated style ‑ use-btn API Props Category: style (prop): unelevated should render a button with unelevated style
should render a circle shaped button when "round" prop is set to true ‑ Btn API Props Category: style (prop): round should render a circle shaped button when "round" prop is set to true
should render a component with <a> tag when "href" and "target" attributes are set ‑ use-btn API Props Category: navigation (prop): target should render a component with <a> tag when "href" and "target" attributes are set
should render a component with <a> tag when "href" attribute is set ‑ use-btn API Props Category: navigation (prop): href should render a component with <a> tag when "href" attribute is set
should render a component with <a> tag when "replace" prop is set ‑ use-btn API Props Category: navigation (prop): replace should render a component with <a> tag when "replace" prop is set
should render a component with <a> tag when "to" prop is set ‑ use-btn API Props Category: navigation (prop): to should render a component with <a> tag when "to" prop is set
should render a component with <a> tag when "type" prop is set to "a" ‑ use-btn API Props Category: general (prop): type should render a component with <a> tag when "type" prop is set to "a"
should render a content with multiple lines ‑ Badge API Props Category: content (prop): multi-line should render a content with multiple lines
should render a custom remove icon ‑ Chip API Props Category: content (prop): icon-remove should render a custom remove icon
should render a custom selected icon when one provided ‑ Chip API Props Category: content (prop): icon-selected should render a custom selected icon when one provided
should render a custom separator based on the defined value ‑ Breadcrumbs API Props Category: content (prop): separator should render a custom separator based on the defined value
should render a custom tag ‑ BreadcrumbsEl API Props Category: content (prop): tag should render a custom tag
should render a disabled button ‑ use-btn API Props Category: state (prop): disable should render a disabled button
should render a floating badge ‑ Badge API Props Category: content (prop): floating should render a floating badge
should render a label inside the badge ‑ Badge API Props Category: content (prop): label should render a label inside the badge
should render a label inside the breadcrumb element ‑ BreadcrumbsEl API Props Category: content (prop): label should render a label inside the breadcrumb element
should render a label inside the button ‑ use-btn API Props Category: content (prop): label should render a label inside the button
should render a label inside the chip ‑ Chip API Props Category: content (prop): label should render a label inside the chip
should render a list of the provided slot as options ‑ QSelect API Slots (slot): option should render a list of the provided slot as options
should render an icon on the left ‑ Chip API Props Category: content (prop): icon should render an icon on the left
should render an icon on the left ‑ use-btn API Props Category: content (prop): icon should render an icon on the left
should render an icon on the right ‑ Chip API Props Category: content (prop): icon-right should render an icon on the right
should render an icon on the right ‑ use-btn API Props Category: content (prop): icon-right should render an icon on the right
should render an icon ‑ Avatar API Props Category: content (prop): icon should render an icon
should render an input inside the select ‑ QSelect API Props Category: content (prop): use-input should render an input inside the select
should render an input text type by default ‑ Input API Props Category: general (prop): type should render an input text type by default
should render an input, but it shouldn't be visible ‑ QSelect API Props Category: content (prop): use-input should render an input, but it shouldn't be visible
should render on the left of the breadcrumb element ‑ BreadcrumbsEl API Props Category: content (prop): icon should render on the left of the breadcrumb element
should render options with html when options-html is true ‑ QSelect API Props Category: options (prop): options-html should render options with html when options-html is true
should render shadow-text ‑ Input API Props Category: content (prop): shadow-text should render shadow-text
should render stretch height button when used in flexbox container ‑ use-btn API Props Category: content (prop): stretch should render stretch height button when used in flexbox container
should render the action content ‑ Banner API Slots (slot): action should render the action content
should render the actions in the same row as the content ‑ Banner API Props Category: content (prop): inline-actions should render the actions in the same row as the content
should render the avatar content ‑ Banner API Slots (slot): avatar should render the avatar content
should render the default content ‑ Banner API Slots (slot): default should render the default content
should render the default slot ‑ Bar API Slots (slot): default should render the default slot
should render the default slot ‑ BreadcrumbsEl API Slots (slot): default should render the default slot
should render the selected option as html ‑ QSelect API Props Category: selection (prop): display-value-html should render the selected option as html
should render when "modelValue" prop is true ‑ Chip API Props Category: model (prop): model-value should render when "modelValue" prop is true
should render with the appropriate type set ‑ Input API Props Category: general (prop): type should render with the appropriate type set
should render with the correct model value ‑ Input API Props Category: model (prop): model-value should render with the correct model value
should reposition the menu when it is no longer in correct position ‑ Menu API Methods (method): updatePosition should reposition the menu when it is no longer in correct position
should reset validation ‑ use-validate API Methods (method): resetValidation should reset validation
should respect emit-value when using options ‑ QSelect API Methods (method): getEmittingOptionValue should respect emit-value when using options
Check notice on line 0 in .github
github-actions / UI Tests Results
504 tests found (test 396 to 504)
There are 504 tests, see "Raw output" for the list of tests 396 to 504.
Raw output
should respect the maxLength specified ‑ Input API Props Category: model (prop): maxlength should respect the maxLength specified
should respect the option-value option ‑ QSelect API Methods (method): getOptionLabel should respect the option-value option
should respect the option-value option ‑ QSelect API Methods (method): getOptionValue should respect the option-value option
should return if an option is disabled correctly ‑ QSelect API Methods (method): isOptionDisabled should return if an option is disabled correctly
should return the emit value with object options ‑ QSelect API Methods (method): getEmittingOptionValue should return the emit value with object options
should return the emit value with plain options ‑ QSelect API Methods (method): getEmittingOptionValue should return the emit value with plain options
should return the option label with object options (label by default) ‑ QSelect API Methods (method): getOptionLabel should return the option label with object options (label by default)
should return the option label with plain options ‑ QSelect API Methods (method): getOptionLabel should return the option label with plain options
should return the option value with object options (value by default) ‑ QSelect API Methods (method): getOptionValue should return the option value with object options (value by default)
should return the option value with plain options ‑ QSelect API Methods (method): getOptionValue should return the option value with plain options
should select multiple options if multiple is true ‑ QSelect API Props Category: model|selection (prop): multiple should select multiple options if multiple is true
should select only one option by default ‑ QSelect API Props Category: model|selection (prop): multiple should select only one option by default
should set a background color ‑ Avatar API Props Category: style (prop): color should set a background color
should set a color on the component ‑ Input API Props Category: style (prop): color should set a color on the component
should set a color on the component ‑ use-field API Props Category: style (prop): color should set a color on the component
should set a text color ‑ Avatar API Props Category: style (prop): text-color should set a text color
should set an option from the menu dropdown as focused ‑ QSelect API Methods (method): setOptionIndex should set an option from the menu dropdown as focused
should set input-style as an object ‑ Input API Props Category: style (prop): input-style should set input-style as an object
should set input-style as string ‑ Input API Props Category: style (prop): input-style should set input-style as string
should set the --q-dark color as background and white text color ‑ Menu API Props Category: style (prop): dark should set the --q-dark color as background and white text color
should set the dialog to full-height ‑ Dialog API Props Category: content (prop): full-height should set the dialog to full-height
should set the font-size ‑ Avatar API Props Category: style (prop): font-size should set the font-size
should set the for attribute for the value and the id of the control ‑ use-field API Props Category: behavior (prop): for should set the for attribute for the value and the id of the control
should set the name of the control ‑ use-field API Props Category: behavior (prop): name should set the name of the control
should set the size with standard size names ‑ use-size API Props Category: style (prop): size should set the size with standard size names
should set the size ‑ use-size API Props Category: style (prop): size should set the size
should set the tabindex to the supplied value ‑ QSelect API Props Category: general (prop): tabindex should set the tabindex to the supplied value
should set the tabindex ‑ Chip API Props Category: general (prop): tabindex should set the tabindex
should set the tabindex ‑ use-btn API Props Category: general (prop): tabindex should set the tabindex
should set the value on the underlying input when using hide-selected ‑ QSelect API Props Category: selection (prop): hide-selected should set the value on the underlying input when using hide-selected
should should set the component into a loading state ‑ Input API Props Category: behaviour (prop): loading should should set the component into a loading state
should should set the component into a loading state ‑ use-field API Props Category: behavior|content (prop): loading should should set the component into a loading state
should show a hint text when focused ‑ use-field API Props Category: content (prop): hide-hint should show a hint text when focused
should show a hint text ‑ use-field API Props Category: content (prop): hint should show a hint text
should show a menu at anchor: bottom left and self: top left by default ‑ Menu API Props Category: position (prop): anchor & self should show a menu at anchor: bottom left and self: top left by default
should show a menu that matches the full with of the target when fit is supplied ‑ Menu API Props Category: position (prop): fit should show a menu that matches the full with of the target when fit is supplied
should show a menu that not matches the full with of the target when fit is false ‑ Menu API Props Category: position (prop): fit should show a menu that not matches the full with of the target when fit is false
should show a menu that overlays the target when using cover ‑ Menu API Props Category: position (prop): cover should show a menu that overlays the target when using cover
should show an automatic counter on bottom right ‑ Input API Props Category: content (prop): counter should show an automatic counter on bottom right
should show an automatic counter on bottom right ‑ use-field API Props Category: content (prop): counter should show an automatic counter on bottom right
should show an error icon when error is true an no-error-icon is false ‑ use-validate API Props Category: content (prop): no-error-icon should show an error icon when error is true an no-error-icon is false
should show an error-message when error is true ‑ use-validate API Props Category: content (prop): error-message should show an error-message when error is true
should show each option when opening the dropdown ‑ QSelect API Props Category: options (prop): options should show each option when opening the dropdown
should show menu at the position of the click ‑ Menu API Props Category: behavior (prop): touch-position should show menu at the position of the click
should show options list dense ‑ QSelect API Props Category: options (prop): options-dense should show options list dense
should show options list in dark mode ‑ QSelect API Props Category: options (prop): options-dark should show options list in dark mode
should show the dropdown-icon when this property is not supplied ‑ QSelect API Props Category: content|behavior (prop): hide-dropdown-icon should show the dropdown-icon when this property is not supplied
should show the label centered when not focused ‑ use-field API Props Category: content (prop): label should show the label centered when not focused
should show the label stacked when focused ‑ use-field API Props Category: content (prop): label should show the label stacked when focused
should show the label stacked ‑ use-field API Props Category: content (prop): stack-label should show the label stacked
should show the label when supplied ‑ use-field API Props Category: content (prop): label should show the label when supplied
should show when clicking parent with no-parent-event false ‑ use-anchor API Props Category: behavior (prop): no-parent-event should show when clicking parent with no-parent-event false
should show when right clicking parent ‑ use-anchor API Props Category: behavior (prop): context-menu should show when right clicking parent
should shrink the menu ‑ QSelect API Props Category: options (prop): menu-shrink should shrink the menu
should specify a max-height when setting this prop ‑ Menu API Props Category: style (prop): max-height should specify a max-height when setting this prop
should specify a max-width when setting this prop ‑ Menu API Props Category: style (prop): max-width should specify a max-width when setting this prop
should stack label ‑ Input API Props Category: content (prop): stack-label should stack label
should switch focus back to parent element when closing ‑ Menu API Props Category: behavior (prop): no-refocus should switch focus back to parent element when closing
should switch focus to the menu when opening ‑ Menu API Props Category: behavior (prop): no-focus should switch focus to the menu when opening
should tell when an option is selected ‑ QSelect API Methods (method): isOptionSelected should tell when an option is selected
should toggle an option ‑ QSelect API Methods (method): toggleOption should toggle an option
should toggle the menu ‑ use-model-toggle API Methods (method): toggle should toggle the menu
should trigger the menu to hide ‑ use-model-toggle API Methods (method): hide should trigger the menu to hide
should trigger the menu to show ‑ use-model-toggle API Methods (method): show should trigger the menu to show
should trigger validation when there's a change of rules ‑ use-validate API Props Category: behavior (prop): reactive-rules should trigger validation when there's a change of rules
should update selected value when called ‑ Chip API Events (event): update:selected should update selected value when called
should update the input value ‑ QSelect API Methods (method): updateInputValue should update the input value
should use QChips to show the selected value ‑ QSelect API Props Category: selection (prop): use-chips should use QChips to show the selected value
should use a borderless design ‑ Input API Props Category: style (prop): borderless should use a borderless design
should use a bottom counter slot ‑ use-field API Props Category: content (prop): bottom-slots should use a bottom counter slot
should use a bottom error slot ‑ use-field API Props Category: content (prop): bottom-slots should use a bottom error slot
should use a bottom hint slot ‑ use-field API Props Category: content (prop): bottom-slots should use a bottom hint slot
should use a custom input-debounce ‑ Input API Props Category: model (prop): debounce should use a custom input-debounce
should use a custom input-debounce ‑ QSelect API Props Category: content (prop): input-debounce should use a custom input-debounce
should use a custom key supplied by option-value ‑ QSelect API Props Category: options (prop): option-value should use a custom key supplied by option-value
should use a default fill mask if one is not set ‑ use-mask API Props Category: behavior (prop): fill-mask should use a default fill mask if one is not set
should use a dense design ‑ Input API Props Category: style (prop): dense should use a dense design
should use a different hide transition if defined ‑ use-transition API Props Category: transition (prop): transition-hide should use a different hide transition if defined
should use a different show transition if defined ‑ use-transition API Props Category: transition (prop): transition-show should use a different show transition if defined
should use a filled design ‑ Input API Props Category: style (prop): filled should use a filled design
should use a full-width for the dialog ‑ Dialog API Props Category: content (prop): full-width should use a full-width for the dialog
should use a outlined design ‑ Input API Props Category: style (prop): outlined should use a outlined design
should use a rounded design ‑ Input API Props Category: style (prop): rounded should use a rounded design
should use a square design ‑ Input API Props Category: style (prop): square should use a square design
should use a square style for dialog ‑ Dialog API Props Category: style (prop): square should use a square style for dialog
should use an input-debounce of 500ms by default ‑ QSelect API Props Category: content (prop): input-debounce should use an input-debounce of 500ms by default
should use another target using a CSS selector ‑ use-anchor API Props Category: behavior (prop): target should use another target using a CSS selector
should use control slot as content of the field ‑ Field API Slots (slot): control should use control slot as content of the field
should use textarea for input field ‑ Input API Props Category: content (prop): autogrow should use textarea for input field
should use the "disable" key by default as option-disable ‑ QSelect API Props Category: options (prop): option-disable should use the "disable" key by default as option-disable
should use the "label" key by default as option-label ‑ QSelect API Props Category: options (prop): option-label should use the "label" key by default as option-label
should use the default slot ‑ use-field API Slots (slot): default should use the default slot
should use the dropdown-icon supplied ‑ QSelect API Props Category: content (prop): dropdown-icon should use the dropdown-icon supplied
should use the fade transition by default ‑ use-transition API Props Category: transition (prop): transition-hide should use the fade transition by default
should use the fade transition by default ‑ use-transition API Props Category: transition (prop): transition-show should use the fade transition by default
should use the focus method to focus on dialog ‑ Dialog API Methods (method): focus should use the focus method to focus on dialog
should use the key supplied by option-disable ‑ QSelect API Props Category: options (prop): option-disable should use the key supplied by option-disable
should use the key supplied by option-label ‑ QSelect API Props Category: options (prop): option-label should use the key supplied by option-label
should use the shake method to shake dialog ‑ Dialog API Methods (method): shake should use the shake method to shake dialog
should use the value key as option-value by default ‑ QSelect API Props Category: options (prop): option-value should use the value key as option-value by default
should use the value of the for prop as control name if name is not set ‑ use-field API Props Category: behavior (prop): name should use the value of the for prop as control name if name is not set
should validate email using inbuilt validation logic ‑ Input API Props Category: behaviour (prop): rules should validate email using inbuilt validation logic
should validate email using inbuilt validation logic ‑ use-validate API Props Category: behavior (prop): rules should validate email using inbuilt validation logic
should validate the input only when component loses focus ‑ Input API Props Category: behaviour (prop): lazy-rules should validate the input only when component loses focus
should validate the input only when component loses focus ‑ use-validate API Props Category: behavior (prop): lazy-rules should validate the input only when component loses focus
should validate the input only when component's validate() method is called ‑ Input API Props Category: behaviour (prop): lazy-rules should validate the input only when component's validate() method is called
should validate the input only when component's validate() method is called ‑ use-validate API Methods (method): validate should validate the input only when component's validate() method is called
should validate value using custom validation logic ‑ Input API Props Category: behaviour (prop): rules should validate value using custom validation logic
should validate value using custom validation logic ‑ use-validate API Props Category: behavior (prop): rules should validate value using custom validation logic
Loading