-
Notifications
You must be signed in to change notification settings - Fork 2.5k
how to add tags for articles? #151
Comments
@Tricrepe did you figure it out? I was looking for the same information |
EDIT: found out, you have to hit the Enter key What a terrible UI design, I could only figure it out after reading the source!!!
Furthermore, in the current reference react instance, trying to add tags during post creation fails with console message:
but you are able to add tags when editing posts. Locally however, with the setup described below (this repo at 9186292) I don't get that bug, and I can also add tags at creation time. This suggests that the demo is just old, and that this problem has been fixed on master. The reference live angular and vue setups work however. Original comment I reproduce with node express as described at: gothinkster/node-express-realworld-example-app#116 I then put a print on the server:
and when I create a new article it gives:
which suggests that it is a bug in React not sending the tags. When I check what the browser is sending on Chromium Developer, that is confirmed,
Ermm, actually the reference instance also currently has broken tags: https://demo.realworld.io/#/ ... but it is based on Angular instead of React... |
Found it out: you have to hit the Enter key, updated that info in my above comment. |
I tried many times to enter tags for new post. But it doesn't work. Does the tag need a format?
The text was updated successfully, but these errors were encountered: