Navigation | Overlay |
---|---|
t Navigate files | h Toggle hits |
y Change url to tip of branch | m Toggle misses |
b / v Jump to prev/next hit line | p Toggle partial |
z / x Jump to prev/next missed or partial line | 1..9 Toggle flags |
shift + o Open current page in GitHub | a Toggle all on |
/ or ? Show keyboard shortcuts dialog | c Toggle context lines or commits |
1 | 4 |
export const alias = { |
2 |
id: 'id', |
|
3 |
className: 'class', |
|
4 |
style: 'style', |
|
5 |
value: 'value', |
|
6 |
name: 'name', |
|
7 |
type: 'type', |
|
8 |
password: 'password', |
|
9 |
placeholder: 'placeholder', |
|
10 |
placeholderStyle: 'placeholder-style', |
|
11 |
placeholderClass: 'placeholder-class', |
|
12 |
placeholderClassName: 'placeholder-class', |
|
13 |
disabled: 'disabled', |
|
14 |
maxlength: 'maxlength', |
|
15 |
focus: 'focus', |
|
16 |
confirmType: 'confirm-type', |
|
17 |
confirmHold: 'confirm-hold', |
|
18 |
cursor: 'cursor', |
|
19 |
selectionStart: 'selection-start', |
|
20 |
selectionEnd: 'selection-end', |
|
21 |
randomNumber: 'randomNumber', |
|
22 |
controlled: 'controlled', |
|
23 |
enableNative: 'enableNative', |
|
24 |
onInput: 'onInput', |
|
25 |
onConfirm: 'onConfirm', |
|
26 |
onFocus: 'onFocus', |
|
27 |
onBlur: 'onBlur', |
|
28 |
};
|
|
29 |
|
|
30 | 4 |
export const props = Object.values(alias); |
Read our documentation on viewing source code .