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

trigger='/' not working #760

Open
lawrencenika opened this issue Oct 20, 2024 · 0 comments
Open

trigger='/' not working #760

lawrencenika opened this issue Oct 20, 2024 · 0 comments

Comments

@lawrencenika
Copy link

Steps to reproduce:

  1. try
    <Mention
        trigger='\/'
        markup='\/[__display__](__id__)'
  1. try
    <Mention
        trigger='/'
        markup='/[__display__](__id__)'

Expected behaviour:
tried : trigger like below, work without any issue.

    <Mention
        trigger=':'
        markup=':[__display__](__id__)'

Observed behaviour:
when typing /abc, no data list is shown. When remove markup and only uses trigger='/' I have to type something after / to trigger the dat list, if not nothing is shown.

Workaround:
not sure, please help me here.

@lawrencenika lawrencenika changed the title / trigger not working trigger='/' not working Oct 20, 2024
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

No branches or pull requests

1 participant