From 29b447080402da8d0451c849099c350ce8393ce0 Mon Sep 17 00:00:00 2001 From: Dave Honneffer Date: Tue, 14 Apr 2020 07:08:06 +0200 Subject: [PATCH] docs: Fix incorrect API example --- src/api/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/api/README.md b/src/api/README.md index 3ffec75..2ea732c 100644 --- a/src/api/README.md +++ b/src/api/README.md @@ -658,8 +658,10 @@ test('updates prop', async () => { ### `setValue` Sets a value on DOM element, including: -- `` (either `type="checkbox"` or `type="radio"`) +- `` + - `type="checkbox"` and `type="radio"` are detected and will have `element.checked` set - `