Pankaj Kumar
Pankaj Kumar
If possible, add this feature as well, take Name as input and once OTP confirms, "Schedule" button of that User name should be automatically triggered and then the flow continues....
When in light mode, all the images which have dark blue shade, like the computer desk or the Dart image looks fine, but in dark mode they aren't visible as...
### Describe the solution you'd like When we worked at multiple designations at a single organization, then the company name comes on top and designations are nested inside, but if...
`public customPatterns = { //Alphanumric with space 'A': { pattern: new RegExp('\[a-zA-Z0-9 \]')}, //Alphanumeric 'B': { pattern: new RegExp('\[a-zA-Z0-9\]')}, //Alphabets only 'C': { pattern: new RegExp('\[a-zA-Z\]')}, //Alphabets with space 'D':...