Current section: Inputs 59 exercises
lesson

Intro to Inputs

Loading lesson

Transcript

00:00 All right, so we're going to go from this to this. We're going to add a bunch of different input types and stuff. We're going to explore these input types because even though it's all documented in here nicely and something for you to take a look at on the MDM web docs,

00:18 there's still a couple of things that are React-specific that will make all of this work nicely, particularly the default value prop, which is different from the value prop, which is a little bit different from the value attribute. There are a couple of things that we need to consider when we're working with some of

00:38 these input types specifically with React. In this exercise, we're going to talk a little bit about the web stuff, a little bit about the React differences, and add a couple of different input types. We've got the account type, which is a select. We've got our visibility and checkbox, and then we also have default values for all this stuff.

00:57 We're going to be looking at, and I think that you'll enjoy this. Let's get into it.