Weav3r

Results 8 comments of Weav3r

Those examples do not demonstrate validation but rather how to change the 'keyboard type' for the appropriate field by using: TextInputType.emailAddress, ![re_1](https://user-images.githubusercontent.com/66331153/203056253-c541d199-1b6d-4a5f-be54-730cf8649ea6.jpg) TextInputType.number, ![re_2](https://user-images.githubusercontent.com/66331153/203056299-4ab88d23-7258-458e-8051-6f3474095705.jpg) TextInputType.phone, etc. ![re_3](https://user-images.githubusercontent.com/66331153/203056358-600cfb96-2f85-4d55-9048-e88f810d4ac7.jpg) If you need...

@X-Wei Sorry for the late reply. Do you think adding validation will be appropriate? I think it will a bit more complexity to the code but if you think otherwise,...

Try this fix, it may work for you. https://github.com/AmruthPillai/Reactive-Resume/issues/1754#issuecomment-1930143530

After hours of trying suggestions from other issues I got it working by modifying the compose file as follows: 1. Change the `PUBLIC_URL: http://localhost:3000` to point to the docker service...

For those using the default simple.yml or traefik.yml compose files consider trying the fix below https://github.com/AmruthPillai/Reactive-Resume/issues/1754#issuecomment-1930143530

Had same issue try this https://github.com/AmruthPillai/Reactive-Resume/issues/1754#issuecomment-1930143530

@sbis04 Thanks for the response and sorry for the late reply. For some reason I can't get it to work when I drag with my fingers but I can get...

@JimWuerch curl the install file from this repo. checkout issue #100 Nvm, though it installs correctly, it throws errors. Ended up installing the npm package temporarily until the issue is...