Closed vishwam closed 4 years ago
If a form field doesn't have an error, we're currently setting its title to false, which triggers a react warning "Received false for a non-boolean attribute title".
false
title
Set title to undefined if the error property isn't a string.
If a form field doesn't have an error, we're currently setting its title to
false
, which triggers a react warning "Receivedfalse
for a non-boolean attributetitle
".Set title to undefined if the error property isn't a string.