appbaseio / appbaseio/reactivesearch

native: Missing props

未关闭
#215 1 条评论 0 个 reaction 已指派 1 人 已指派给 @metagrover 在 GitHub 查看
enhancement native :iphone:
主要语言
JavaScript
星标
4.9k
派生
478
PR 合并指标
30 天内没有已合并 PR

描述

**Issue Type:**
Enhancement

**Description:**
Missing props. Also update the docs for these:
- All components
- [ ] `title`

- DataSearch
- [ ] `icon`
- [x] `showIcon`
- [x] `iconPosition`

- ReactiveList
- ~~`sortOptions`~~

- TextField, DataSearch (all input components)
- [x] Add an option to clear the input search value. Probably show an "x" in right corner. (Added with `showClear` prop)
- [x] `autoFocus` prop

- SingleDropdown
- [x] `showCount` doesn't work
- [x] `sortBy` #VALUE! bug
- [ ] Even when not using `defaultSelected`, a value gets selected by default. The default behaviour on Android is the first item in the dropdown gets selected, but the query doesn't get applied. Eg. when using SingleDropdownRange, the first dropdown item that gets selected by default is "Ratings < 3", we still see all results including those with ratings >=3.

- MultiDropdown
- [x] `showCount` doesn't work
- [x] `sortBy` #VALUE! bug
- [x] `selectAllLabel` should disable other selections

- All modal components, date components
(**Added this feature with no prop, please check the example app - DG**)
- [ ] `setValue` prop
- [ ] Displays a visual button that user can tap to confirm the selected value and go back to the main UI. (instead of the user having to press the back key after selection)
- [ ] Can accept `auto` as a value which will move to the main UI as soon as the user makes any selection.

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。