Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert EuiFilePicker to typescript #2832

Merged
merged 12 commits into from
Feb 7, 2020

Conversation

elizabetdev
Copy link
Contributor

@elizabetdev elizabetdev commented Feb 6, 2020

Summary

Closes #2657.

This PR converts the EuiFilePicker to typescript.

The test-staged script failed due to this issue #2826 so I had to skip it.

Checklist

  • [ ] Check against all themes for compatibility in both light and dark modes
  • [ ] Checked in mobile
  • [ ] Checked in IE11 and Firefox
  • Props have proper autodocs
  • [ ] Added documentation examples
  • Added or updated jest tests
  • [ ] Checked for breaking changes and labeled appropriately
  • [ ] Checked for accessibility including keyboard-only and screenreader modes
  • A changelog entry exists and is marked appropriately

@cchaos cchaos requested a review from thompsongl February 6, 2020 20:04
@dimitropoulos
Copy link
Contributor

closes: #2657

Copy link
Contributor

@thompsongl thompsongl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Also be sure to export EuiFilePickerProps from src/components/form/file_picker/index.ts

@elizabetdev elizabetdev changed the title Convert EuiFilePicker to typescript. Convert EuiFilePicker to typescript Feb 7, 2020
@elizabetdev elizabetdev merged commit 2444426 into elastic:master Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

EuiFilePicker needs to be converted to TS
4 participants