alteryx / alteryx/alteryx-ui

`Autocomplete` props type-definition cannot be resolved

オープン
#24 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る
主要言語
JavaScript
スター
6
フォーク
0
平均マージ
21時間 41分
マージ済み PR(30日)
1

説明

```jsx
const fields = ['foo', 'bar', 'baz']

()}
options={fields}
getOptionLabel={option => option}
/>
```

TypeScript will complain that

> Property 'options' does not exist on type 'IntrinsicAttributes & AutocompleteProps'.

The `AutocompleteProps` interface extends `UseAutocompleteProps` exported from `ui/useAutocomplete`. This folder seems to not exist in 1.4.5 although it exists in 1.0.0.

コントリビューションガイド

このリポジトリのコントリビューションガイドは索引されていません

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。