You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This i wasn't sure about this since its just an HTML input type like "email" or "password." Pretty much all my TS knowledge comes from googling on this project.
We can definitely go that way if you think it makes more sense
opening an issue for this comment here @echarris if you want to chat about it
The text was updated successfully, but these errors were encountered:
text.inputEl.type = "number";
eharris128 Jun 17, 2024
Moving "number" to a const and referencing that const is a minor follow up improvement.
eharris128 Jun 17, 2024
(ideally the const lives in the types directory?) Or whatever is best practice in Typescript. I am new with TS.
r-mahoney Jun 17, 2024
This i wasn't sure about this since its just an HTML input type like "email" or "password." Pretty much all my TS knowledge comes from googling on this project.
We can definitely go that way if you think it makes more sense
opening an issue for this comment here @echarris if you want to chat about it
The text was updated successfully, but these errors were encountered: