--- tags: - log/brag Date: 2023-11-15 up: "[[Daily Notes]]" --- # Brag Log ## Debugged issue for Ricky Ricky is having an issue with some code in the Horizon codebase at Ventrahealth. The issue is, onBlur a phone number input field is clearing the value that was previously placed into it. The reason is, there is a ref thats being used to update and populate the value. The ref is empty at first so when you click off of the input without typing anything, it sets the value to empty. He's been working on this for a few days. It took me maybe 30 minutes to find. Thats not to glote, im more senior than he is. The more senior you become in software the easier it becomes to solve problems. Luckily for me ive been really good at solving problems anyway so i have a few advantages. He'll get there tho, he's pretty sharp. ![[Pasted image 20231115080219.png]]