We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The search input in search page is only 1 line high
As in spec, the search input should grow as input.
This should be achievable using Material UI's Textarea autosize.
The text was updated successfully, but these errors were encountered:
From discussions in https://g0v.hackmd.io/OC7BneJ3TEGJHge1hWV-0w?both#%E6%9C%AA%E7%AB%9F%E9%A0%85%E7%9B%AE even though we can support multi-line, "enter" should still trigger search instead of new lines
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
As-is
The search input in search page is only 1 line high
To-be
As in spec, the search input should grow as input.
This should be achievable using Material UI's Textarea autosize.
The text was updated successfully, but these errors were encountered: