Posts by kadijna • 27 points
4 posts
-
0
votes0
answers4902
viewsQ: Can you input masking and validation in React?
I am using several different Components and trying to integrate them. In this example here I used React-input-Mask and React-material-ui-form-Validator, I am using the material-ui inputs. Does…
-
2
votes1
answer1926
viewsQ: How to add a Component to each click on the React
I have a form where there is a responsible pattern (Novoresponsavel), but if there are some other have to be added a new responsible at each click of the 'add another' button, today I can only add a…
-
0
votes1
answer168
viewsQ: Custom style for React ui material
I’m trying to use a custom Component, as the code below, but the same is giving error, someone can give me a light of why is the error happening? import React from 'react'; import {withStyles,…
-
0
votes2
answers1964
viewsQ: How to delete an element by Key in React?
This is the code generated, because the list is created by the routes of the pages, I would like to know a way to delete a specific Navlink, either by key or otherwise definitely, this Navlink…