Commit e17ffcc
committed
fix(tag): onclick handler cannot be set undefined
HCRC-178.
The Tag onClick handler should be undefinable, because it also affects
to the Tag styling, by adding border, if there is an onClick handler.
Also, the onClick decorator that we were using, was totally needless, so
now the HDS Tag onClick property is used directly instead.1 parent 069da87 commit e17ffcc
1 file changed
Lines changed: 1 addition & 7 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 45 | | |
52 | 46 | | |
53 | | - | |
| 47 | + | |
54 | 48 | | |
55 | 49 | | |
56 | 50 | | |
| |||
0 commit comments