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
Setting the prop disabled to true disables the html input property. Looks like there is a CSS rule input:disabled {opacity: 1} that is getting precedent over the Filepicker rule that sets it's opacity to 0
On the Eui Website

In Canvas

Setting the prop
disabledtotruedisables the html input property. Looks like there is a CSS ruleinput:disabled {opacity: 1}that is getting precedent over the Filepicker rule that sets it's opacity to0