Replies: 1 comment
-
|
The task value can also be an Object, if a task was picked from the autocomplete list. That's why :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I would like to better understand the code base.
In the
shortSyntaxTagsmethod of the Add Task Bar component, you callfilteron the value of the form control observable.As I understand, this form control reflects user input, and it should always be string. What's the reason for filtering only string value?
Beta Was this translation helpful? Give feedback.
All reactions