Skip to content

Commit 6a250b6

Browse files
committed
Improve TODO formatting
Makes it easier on the eyes
1 parent d07b77e commit 6a250b6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

TODO.md

+16-16
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
# TODO
22

3-
options creation (was part of buildMenu and selectFocusedOption)
4-
handle comma keypress for tags mode (handleKeyDown keyCode 188)
5-
use componentDidUpdate for binding the closeMenuIfClicked... handlers (are these still needed?)
6-
the behaviour of searchable=false isn't very good yet, needs docus handling & close on body click
7-
pagination support in Async component
3+
* options creation (was part of buildMenu and selectFocusedOption)
4+
* handle comma keypress for tags mode (handleKeyDown keyCode 188)
5+
* use componentDidUpdate for binding the closeMenuIfClicked... handlers (are these still needed?)
6+
* the behaviour of searchable=false isn't very good yet, needs docus handling & close on body click
7+
* pagination support in Async component
88

99
## Component Methods
1010

11-
handle _ closeMenuIfClickedOutside
12-
handle _ bindCloseMenuIfClickedOutside
13-
handle _ unbindCloseMenuIfClickedOutside
11+
* handle _ closeMenuIfClickedOutside
12+
* handle _ bindCloseMenuIfClickedOutside
13+
* handle _ unbindCloseMenuIfClickedOutside
1414

15-
componentWillUnmount
16-
clickedOutsideElement
17-
handleMouseDownOnMenu
15+
* componentWillUnmount
16+
* clickedOutsideElement
17+
* handleMouseDownOnMenu
1818

1919
## Performance concerns
2020

21-
checking the focused option after every render
22-
filtering the options on every render
21+
* checking the focused option after every render
22+
* filtering the options on every render
2323

2424
## Questions
2525

26-
Why is the reference check in filterOptions for excluded values not matching options?
26+
* Why is the reference check in filterOptions for excluded values not matching options?
2727

2828
## Later
2929

30-
asyncDelay - wait x ms before calling getOptions in Async
30+
* asyncDelay - wait x ms before calling getOptions in Async
3131

3232
## Notes
3333

34-
You need to provide complex values when using Select.Async or values may not be found in the result set. isLoading can be used to indicate that values are being loaded asynchronously while the component is initialised.
34+
* You need to provide complex values when using Select.Async or values may not be found in the result set. isLoading can be used to indicate that values are being loaded asynchronously while the component is initialised.

0 commit comments

Comments
 (0)