Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

if spreeding the properties on an input how to nnot include the invalid props that the input is not receiving

const Spread = ({ flag, ...domProps }) => (<div {...domProps}>Test</div>);
 
PREVIOUS NEXT
Tagged: #spreeding #properties #input #nnot #include #invalid #props #input #receiving
ADD COMMENT
Topic
Name
2+9 =