Skip to main content
Solved

Fmecloud, htmlfile and textbox with autocomplete

  • June 30, 2021
  • 2 replies
  • 24 views

Is it possible ​to use autocomplete in fmecloud?

Best answer by chrisatsafe

Is this with regards to parameter inputs? If so, you can use the choice with text parameter type to 1) allow the flexibility of users entering in new values and 2) selecting existing values from choices related to what they have typed in. See this demo app for example.

Capture

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

2 replies

chrisatsafe
Contributor
Forum|alt.badge.img+2
  • Contributor
  • 606 replies
  • Best Answer
  • July 5, 2021

Is this with regards to parameter inputs? If so, you can use the choice with text parameter type to 1) allow the flexibility of users entering in new values and 2) selecting existing values from choices related to what they have typed in. See this demo app for example.

Capture


Yes, this is a good example!

 

I recognized that published parameters has improved a lot i 2021! 

 

one detail: the "existing data (choices)" changes every now and then in my case. 

 

Is it possible to populate "existing data (choices)" on the fly (i.e. python), or do I have to wait for something like a "startup published parameter"?

 

Thanks!