-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
feature requestNew feature or requestNew feature or request
Description
Clear and concise description of the problem
We would like to set the DOM id of the input element rendered by NMention so that we can correctly setup a label with the for
attribute.
Suggested solution
Allow input-props to be passed to NMention, which would forward this onwards to the input it wraps.
Then we could do something like this:
:input-props="{id: 'mention-input'}"
Alternative
No response
Additional context
No response
Validations
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request