InputProps typescript custom attributes problem
Open
- Dominant language
- JavaScript
- Stars
- 2k
- Forks
- 858
- PR merge metrics
- No merged PRs in 30d
Description
### I'm Submitting a ...
```
[x] Bug report
[ ] Feature request
[ ] Support request
```
### Steps to Reproduce
Have **typescript** installed and **.TSX file** with **DateTime** element with **inputProps** and add custom attribute like anything **data-...** which is valid attribute

### Expected Results
No errors
### Actual Results
Error: Property ''data-tip'' does not exist on type 'HTMLProps'.
### Other Information (e.g. stacktraces, related issues, suggestions how to fix)
Change React.HTMLProps to other type (not sure which)
Contributor guide
Assessment
This issue has not been assessed yet.