@@ -67,9 +67,7 @@ exports[`uncontrolled mode matches the snapshot 1`] = `
6767 >
6868 <div
6969 className = " MuiFormControl-root-15 ChipInput-root-1"
70- onBlur = { [Function ]}
7170 onClick = { [Function ]}
72- onFocus = { [Function ]}
7371 >
7472 <div
7573 className = " ChipInput-chipContainer-4 ChipInput-inkbar-9 ChipInput-underline-12"
@@ -100,6 +98,7 @@ exports[`uncontrolled mode matches the snapshot 1`] = `
10098 " root" : " MuiChip-root-19" ,
10199 }
102100 }
101+ clickable = { false }
103102 component = " div"
104103 label = " foo"
105104 onClick = { [Function ]}
@@ -150,10 +149,13 @@ exports[`uncontrolled mode matches the snapshot 1`] = `
150149 " colorError" : " MuiSvgIcon-colorError-30" ,
151150 " colorPrimary" : " MuiSvgIcon-colorPrimary-27" ,
152151 " colorSecondary" : " MuiSvgIcon-colorSecondary-28" ,
152+ " fontSizeInherit" : " MuiSvgIcon-fontSizeInherit-32" ,
153153 " root" : " MuiSvgIcon-root-26" ,
154154 }
155155 }
156156 color = " inherit"
157+ component = " svg"
158+ fontSize = " default"
157159 onClick = { [Function ]}
158160 viewBox = " 0 0 24 24"
159161 >
@@ -201,6 +203,7 @@ exports[`uncontrolled mode matches the snapshot 1`] = `
201203 " root" : " MuiChip-root-19" ,
202204 }
203205 }
206+ clickable = { false }
204207 component = " div"
205208 label = " bar"
206209 onClick = { [Function ]}
@@ -251,10 +254,13 @@ exports[`uncontrolled mode matches the snapshot 1`] = `
251254 " colorError" : " MuiSvgIcon-colorError-30" ,
252255 " colorPrimary" : " MuiSvgIcon-colorPrimary-27" ,
253256 " colorSecondary" : " MuiSvgIcon-colorSecondary-28" ,
257+ " fontSizeInherit" : " MuiSvgIcon-fontSizeInherit-32" ,
254258 " root" : " MuiSvgIcon-root-26" ,
255259 }
256260 }
257261 color = " inherit"
262+ component = " svg"
263+ fontSize = " default"
258264 onClick = { [Function ]}
259265 viewBox = " 0 0 24 24"
260266 >
@@ -297,19 +303,19 @@ exports[`uncontrolled mode matches the snapshot 1`] = `
297303 <Input
298304 classes = {
299305 Object {
300- " disabled" : " MuiInput-disabled-35 " ,
301- " error" : " MuiInput-error-37 " ,
302- " focused" : " MuiInput-focused-34 " ,
303- " formControl" : " MuiInput-formControl-33 " ,
304- " fullWidth" : " MuiInput-fullWidth-39 " ,
305- " input" : " MuiInput-input-40 ChipInput-input-3" ,
306- " inputMarginDense" : " MuiInput-inputMarginDense-41 " ,
307- " inputMultiline" : " MuiInput-inputMultiline-42 " ,
308- " inputType" : " MuiInput-inputType-43 " ,
309- " inputTypeSearch" : " MuiInput-inputTypeSearch-44 " ,
310- " multiline" : " MuiInput-multiline-38 " ,
311- " root" : " MuiInput-root-32 ChipInput-inputRoot-2" ,
312- " underline" : " MuiInput-underline-36 " ,
306+ " disabled" : " MuiInput-disabled-36 " ,
307+ " error" : " MuiInput-error-38 " ,
308+ " focused" : " MuiInput-focused-35 " ,
309+ " formControl" : " MuiInput-formControl-34 " ,
310+ " fullWidth" : " MuiInput-fullWidth-40 " ,
311+ " input" : " MuiInput-input-41 ChipInput-input-3" ,
312+ " inputMarginDense" : " MuiInput-inputMarginDense-42 " ,
313+ " inputMultiline" : " MuiInput-inputMultiline-43 " ,
314+ " inputType" : " MuiInput-inputType-44 " ,
315+ " inputTypeSearch" : " MuiInput-inputTypeSearch-45 " ,
316+ " multiline" : " MuiInput-multiline-39 " ,
317+ " root" : " MuiInput-root-33 ChipInput-inputRoot-2" ,
318+ " underline" : " MuiInput-underline-37 " ,
313319 }
314320 }
315321 disableUnderline = { true }
@@ -327,13 +333,12 @@ exports[`uncontrolled mode matches the snapshot 1`] = `
327333 value = " "
328334 >
329335 <div
330- className = " MuiInput-root-32 ChipInput-inputRoot-2 MuiInput-formControl-33 "
336+ className = " MuiInput-root-33 ChipInput-inputRoot-2 MuiInput-formControl-34 "
331337 onKeyPress = { [Function ]}
332338 >
333339 <input
334340 aria-invalid = { false }
335- aria-required = { false }
336- className = " MuiInput-input-40 ChipInput-input-3"
341+ className = " MuiInput-input-41 ChipInput-input-3"
337342 disabled = { false }
338343 onBlur = { [Function ]}
339344 onChange = { [Function ]}
0 commit comments