-
Notifications
You must be signed in to change notification settings - Fork 32
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
Cannot type comma (,) gets deleted automatically #51
Comments
@burhanuday , just want to check are you still managing this repo as I don't see any updates in this repo recently. |
@Santosh-13 Here's probably what's going on. I take the last word typed by the user by splitting the sentence by the space characters. the expected way should be that if its a punctuation at the end, it should be removed from being sent to the api and then get readded to the result temporary workaround is to select option first and then add the punctuation |
looks like i dont have write access on this repo, can you provide it |
@Santosh-13 please fork the repo and send a pull request |
@burhanuday , please take a look at this PR - #52 |
1 similar comment
@burhanuday , please take a look at this PR - #52 |
@burhanuday , please take a look at this PR - #52 for this issue fix |
Typed
ram,
clicked
space
Actual - the comma got lost,
Expected/Suggestion - show comma in the suggestion aswell
The text was updated successfully, but these errors were encountered: