Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix bug with empty search in ticker field on BuyView #119

Closed
gursi26 opened this issue Nov 26, 2023 · 1 comment · Fixed by #128
Closed

Fix bug with empty search in ticker field on BuyView #119

gursi26 opened this issue Nov 26, 2023 · 1 comment · Fixed by #128
Assignees

Comments

@gursi26
Copy link
Collaborator

gursi26 commented Nov 26, 2023

empty search causes all following searches be invalid

@awesominat
Copy link
Owner

turns out the issue is because of an invisible character caused by deleting in Mac.

The solution I found is to use RegEx to take out the invisible character

awesominat added a commit that referenced this issue Nov 27, 2023
gursi26 pushed a commit that referenced this issue Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants