* feat(#1251): Add file selector to demo application
This PR should fix the request to add a file selector to the demo application see issue #1251 .
* refactor(): Remove function, use it implicit
* refactor(): Add interface props
* refactor(): Update method usage
use regular func as a Component declaration and the arrow func as a handler inside the component.