Advice/Help needed migrating my Polls component to v16

Basically I have a workspace view under settings, I can successfully load the data and get the poll data to be edited,

However I want to be able to use the repeatable strings functionality so it would be like below

Does anyone know how I can bind my array of strings to this component?

Getting very confused and just going round in circles :zany_face:

You should be able to reuse the <umb-input-multiple-text-string> component, set the value on the items property and listen for a change event to update your value.

Much like how the Multiple Textstring property-editor does it:

There is also some documentation about integrating property editors into your own extensions here:

mmm, I tried that but doesn’t seem to help (does nothing) just can’t get it to bind to my strings

Hmm, I’m curious what is in the value property? I assume a string array?

Does the UI render anything at all? e.g. even the Add button?

If it doesn’t render the <umb-input-multiple-text-string> component, then it could be that it hasn’t been loaded into the browser. You could then try importing it via import '@umbraco-cms/backoffice/components';.

Yes, it renders the component fine and you can add items in the interface so the component works, it just doesn’t load my string array