You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/docs/accessibility.md
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ Hãy chắc chắn rằng tất cả chức năng được sử dụng thông qu
247
247
248
248
```javascript{12-14,26-30}
249
249
class OuterClickExample extends React.Component {
250
-
constructor(props) {
250
+
constructor(props) {
251
251
super(props);
252
252
253
253
this.state = { isOpen: false };
@@ -298,7 +298,11 @@ constructor(props) {
298
298
299
299
<imgsrc="../images/docs/outerclick-with-keyboard.gif"alt="A toggle button opening a popover list implemented with the click outside pattern and operated with the keyboard showing the popover not being closed on blur and it obscuring other screen elements." />
300
300
301
+
<<<<<<< HEAD
301
302
Chúng ta cũng có thể đạt được chức năng tương tự bằng cách sử dụng những event handlers thích hợp, như `onBlur` và `onFocus`:
303
+
=======
304
+
The same functionality can be achieved by using appropriate event handlers instead, such as `onBlur` and `onFocus`:
0 commit comments