-
# Content, accessibility, information architecture (CAIA) new initiative collaboration request
Use this ticket to request collaboration on a new initiative with the sitewide content, accessibility, a…
-
Its a great component we came across to use in our react application for datatime picker. We found a small issue with this in particular scenario. Here is it:
When we give viewMode as "months" and cl…
-
## Search Terms
jsdoc generics type parameters constraints
## Suggestion
It seems like it is not possible via JSDoc to explicitly tell compiler which type parameters to pass to a generic func…
-
Hi! I have a typescript error. What im doing wrong?
Full error text:
```
'ReactCrop' cannot be used as a JSX component.
Its instance type 'ReactCrop' is not a valid JSX element.
Types o…
-
### Which Component Need Enhancement 期望新增功能的组件
- InputNumber
### What does the proposed API look like 期望支持的API
### Feature Description 功能描述
InputNumber 清空后考虑返回 null 值而不是一个类型为 string 的字符串。
从…
-
`react-youtube-player` has a simple API:
``` js
/**
* @typedef {String} YoutubePlayer~playbackState
* @value 'unstarted' Stops and cancels loading of the current video. [stopVideo]{@link https://de…
gajus updated
7 years ago
-
KeyboardAvoidingView only works with single-line TextInputs. When the `multiline` prop is set, KeyboardAvoidingView does not shift the TextInput at all.
### Is this a bug report?
Yes
### Have …
-
When using this in combination with the react-intl library, the formatting seems to cause issues. I have the following code:
` {
return this.props.intl.formatNumber(num);
}}
parse={num => …
-
When using inputRef property for the component, an exception is thrown when changing the value of the text field.
For example:
``
`Uncaught TypeError: Cannot read property 'focus' of undefined`…
-
Countries like Vatican City and Dominican Republic have multiple calling codes which are displayed on the list but are unable to be selected, instead it defaults to the first, how to deal with this?
…