Skip to content

Commit b3586be

Browse files
committed
feat: Update readme
1 parent 4539d20 commit b3586be

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# React-MDL SelectField
22

3+
**This project is not maintained anymore. If someone wishes to take over, let me know ;)**
4+
35
Extra components for [React Material Design Lite](https://github.com/tleunen/react-mdl).
46

57
All components use a custom `Dropdown`, that uses [react-portal](https://github.com/tajo/react-portal) to render itself to document `body`, and [Tether](tether.io) for positioning.
@@ -112,12 +114,12 @@ Attach **b**ottom **r**ight edge of the dropdown to the **t**op **r**ight edge o
112114
## TODO
113115

114116
- [x] Split Dropdown into a separate component
115-
- [ ] Use native controls on mobile
116-
- [ ] Improve AutoComplete on mobile
117+
- [x] ~~Use native controls on mobile~~
118+
- [x] ~~Improve AutoComplete on mobile~~
117119
- [x] Improve styles and remove sass
118120
- [x] Improve position declaration
119121
- [x] Create `MultiSelectField`
120122
- [x] Create `AutoCompleteField`
121-
- [ ] Create `DatePickerField`
122-
- [ ] Key and focus handling
123-
- [ ] Add tests
123+
- [x] ~~Create `DatePickerField`~~
124+
- [x] ~~Key and focus handling~~
125+
- [x] ~~Add tests~~

0 commit comments

Comments
 (0)