()
| 20 | const hasPasswordToggle = (inputParam?.type === 'password' || inputParam?.type === 'url') && !!inputParam?.enablePasswordToggle |
| 21 | |
| 22 | const handleClosePopOver = () => { |
| 23 | setAnchorEl(null) |
| 24 | } |
| 25 | |
| 26 | const setNewVal = (val) => { |
| 27 | const newVal = myValue + val.substring(2) |