-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
[RAM] Create an autocomplete component #161763
Labels
Comments
Pinging @elastic/response-ops (Team:ResponseOps) |
Merged
XavierM
added a commit
that referenced
this issue
Aug 31, 2023
## Summary Solves this issue: #161763 This PR introduces autocomplete for mustache variables for email connector(next PR will add it to all connectors) under the feature flag. We decided keep old solution with button with all searchable options as well. How to test: Create an email connector in kibana.yml: xpack.actions.preconfigured: maildev: name: 'email: maildev' actionTypeId: '.email' config: from: 'guskova@example.com' host: 'localhost' port: '1025' How it should work: You start writing in Message window {{ and mustache variable name. And you should see autocomplete popup with all possible options to choose. When you click somewhere else, popup should disappeared. https://github.com/elastic/kibana/assets/26089545/061016a6-b8ca-497b-9bed-b8b012d31a95 e options to choose. When you click somewhere else, popup should disappeared. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Xavier Mouligneau <xavier.mouligneau@elastic.co>
eokoneyo
pushed a commit
to eokoneyo/kibana
that referenced
this issue
Aug 31, 2023
## Summary Solves this issue: elastic#161763 This PR introduces autocomplete for mustache variables for email connector(next PR will add it to all connectors) under the feature flag. We decided keep old solution with button with all searchable options as well. How to test: Create an email connector in kibana.yml: xpack.actions.preconfigured: maildev: name: 'email: maildev' actionTypeId: '.email' config: from: 'guskova@example.com' host: 'localhost' port: '1025' How it should work: You start writing in Message window {{ and mustache variable name. And you should see autocomplete popup with all possible options to choose. When you click somewhere else, popup should disappeared. https://github.com/elastic/kibana/assets/26089545/061016a6-b8ca-497b-9bed-b8b012d31a95 e options to choose. When you click somewhere else, popup should disappeared. --------- Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com> Co-authored-by: Xavier Mouligneau <xavier.mouligneau@elastic.co>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Meta task: #158183
Create an autocomplete components on top of our markdown editor
_ Take inspiration form this POC -> elastic/eui#5885 _
The text was updated successfully, but these errors were encountered: