You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adding styleOptions to support file type restriction and single file upload (#5048)
* Add style option to allow for file type narrowing
* Rename and add multi upload prop
* Fix launch config type
* Add e2e test to validate <input>
* Resolve comments
* Revert to true
* Resolve e2e test
* Added changelog entry
Copy file name to clipboardExpand all lines: CHANGELOG.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
22
22
23
23
## [Unreleased]
24
24
25
+
### Added
26
+
27
+
- Resolves [#5081](https://github.com/microsoft/BotFramework-WebChat/issues/5081). Added `uploadAccept` and `uploadMultiple` style options, by [@ms-jb](https://github.com/ms-jb)
28
+
25
29
### Changed
26
30
27
31
- Moved pull request validation pipeline to GitHub Actions, by [@compulim](https://github.com/compulim), in PR [#4976](https://github.com/microsoft/BotFramework-WebChat/pull/4976)
0 commit comments