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 |
name: 'name', |
|
6 |
value: 'value', |
|
7 |
placeholder: 'placeholder', |
|
8 |
placeholderStyle: 'placeholder-style', |
|
9 |
placeholderClass: 'placeholder-class', |
|
10 |
placeholderClassName: 'placeholder-class', |
|
11 |
disabled: 'disabled', |
|
12 |
maxlength: 'maxlength', |
|
13 |
autoFocus: 'auto-focus', |
|
14 |
focus: 'focus', |
|
15 |
fixed: 'fixed', |
|
16 |
autoHeight: 'auto-height', |
|
17 |
showCount: 'show-count', |
|
18 |
controlled: 'controlled', |
|
19 |
cursorSpacing: 'cursor-spacing', |
|
20 |
cursor: 'cursor', |
|
21 |
showConfirmBar: 'show-confirm-bar', |
|
22 |
selectionStart: 'selection-start', |
|
23 |
selectionEnd: 'selection-end', |
|
24 |
adjustPosition: 'adjust-position', |
|
25 |
onFocus: 'bindfocus', |
|
26 |
onBlur: 'bindblur', |
|
27 |
onLineChange: 'bindlinechange', |
|
28 |
onInput: 'bindinput', |
|
29 |
onConfirm: 'bindconfirm', |
|
30 |
onKeyboardHeightChange: 'bindkeyboardheightchange', |
|
31 |
animation: 'animation', |
|
32 |
};
|
|
33 |
|
|
34 | 4 |
export const props = Object.values(alias); |
Read our documentation on viewing source code .