Hi, I have an upload button for images in a form, and I want to add a size limit as well as a minimum width requirement for the uploaded image. The size limit isn’t an issue because there’s already an attribute for that in the documentation. However, I assume I need to use a Promise-Resolve approach to enforce the minimum width condition. Does that sound correct?