我正在使用带有redux形式和材料ui的电子反应样板创建一个上传文件的简单表格.
问题是我不知道如何创建输入文件字段,因为材料ui不支持上传文件输入.
关于如何实现这一点的任何想法?
当我点击它们时,我有3个div激活幻灯片切换.在每个div里面都有猫头鹰旋转木马滑块.
如果我触发一个div滑块显示,但是当我单击其他div滑块时不显示,除非我调整窗口大小.
如何触发每个div中滑块的幻灯片切换刷新?
我尝试使用幻灯片切换,但它不起作用:
$('.owl-slider').trigger('refresh.owl.carousel');
Run Code Online (Sandbox Code Playgroud) I have a navigation of lets say 12 items, and when resolution gets smaller items drop in a new line. I need to make that when an item doesn't fit on a navigation anymore it should put a "MORE" dropdown button on the right side of nav. and put that item that doesn't fit in a dropdown. If you don't understand me there is image below.
But the problem is that navigation items aren't always the same width because navigation …