How to auto complete a text edit field in app-designer?

I designed an app using Matlab app-designer. It requires a filename input as below:
File1 = ['working/', strtok(app.fileName.Value), '.xlsx'];
I have about 50 Excel files in my working folder ('working'). How do I implement auto complete for this field, so that after I type a few letters, the entire file name will show up?

1 Comment

Have you considered instead using a dropdown with the options being the spreadhseets in the working directory?

Sign in to comment.

Answers (1)

Categories

Products

Release

R2019b

Asked:

on 20 Sep 2019

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!