<!-- Any issue created without this markup will be immediately closed Reporting a bug? ================ - Always search for your issue first. It may have already been answered, planned or fixed in some branch. - Can you reproduce the issue outside of your environment? Please provide a jsfiddle or codepen example that demonstrates the bug. A codepen template can be found [here](https://codepen.io/johnjleider/pen/bgJOrX) Have a feature request? ======================= - Remove the template from below and provide thoughtful commentary. - Answer those questions: - What will it allow you to do that you can't do today? - How will it make current work-arounds straightforward? - What potential bugs and edge cases does it help to avoid? Do not create new features based on a problem that will only solve edge cases for your project. --> What will it allow you to do that you can't do today? Disable all fields in a form with one prop How will it make current work-arounds straightforward? Remove need to add a disabled prop to every item on a form. What potential bugs and edge cases does it help to avoid? Forgetting to add a disabled prop to a given form element