From 4f9cbfe73c0a3bca421e8fb90c0082979556876e Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Sat, 28 Jul 2018 16:38:59 +0200 Subject: [PATCH] fix(accesibility): boolean aria-* properties --- core/src/components/alert/alert.tsx | 18 ++++++++++++++++-- core/src/components/datetime/datetime.tsx | 2 +- core/src/components/input/input.tsx | 2 +- core/src/components/range-knob/range-knob.tsx | 2 +- .../segment-button/segment-button.tsx | 2 +- core/src/components/select/select.tsx | 4 ++-- core/src/components/tab-button/tab-button.tsx | 2 +- 7 files changed, 23 insertions(+), 9 deletions(-) diff --git a/core/src/components/alert/alert.tsx b/core/src/components/alert/alert.tsx index 89d8adf114b..8b4131205db 100644 --- a/core/src/components/alert/alert.tsx +++ b/core/src/components/alert/alert.tsx @@ -313,7 +313,15 @@ export class Alert implements OverlayInterface { return (
{ inputs.map((i) => ( -