UNPKG

@testing-library/user-event

Version:
13 lines (11 loc) 323 B
const FOCUSABLE_SELECTOR = [ 'input:not([type=hidden]):not([disabled])', 'button:not([disabled])', 'select:not([disabled])', 'textarea:not([disabled])', '[contenteditable=""]', '[contenteditable="true"]', 'a[href]', '[tabindex]:not([disabled])' ].join(', '); export { FOCUSABLE_SELECTOR };