grommet-designer icon indicating copy to clipboard operation
grommet-designer copied to clipboard

Video component does not add Source property information to project

Open rodenp opened this issue 5 years ago • 0 comments

I cannot seem to get the Video component to work in designer. I used the following as an example -> https://storybook.grommet.io/?path=/story/video--simple I copied the following from the 'source' tag into the Source property of designer. src="http://techslides.com/demos/sample-videos/small.mp4" type="video/mp4" The video component partially displays, but does not play and NaN:NaN displayed in the control.

When i inspected the generated React code there was no 'source' tag anywhere to be seen. Adding the 'source' tag to the generated React code resolved the issue.

rodenp avatar Nov 18 '19 16:11 rodenp