May 2019
Intermediate to advanced
496 pages
10h 38m
English
Let's move on to the most difficult part of this: focusing the actual prompt. For this, we'll need to introduce a ref:
describe('prompt focus', () => { it('sets focus when component first renders', () => { renderInTableWithStore(<Prompt />); expect(document.activeElement).toEqual(textArea()); });});
Read now
Unlock full access