mikebronner / nova-prepopulate-searchable

A tool to allow BelongsTo searchable fields to be pre-populated with data
MIT License
37 stars 21 forks source link

Not working after you type and then clear the search field #4

Closed maxdb71 closed 5 years ago

maxdb71 commented 6 years ago

As soon as the form is loaded and you click on the BelongsTo field then the Prepopulate works perfectly.

But, in case you start typing something in the search field and then you delete your input (I mean you clear the string you were writing i.e. you leave the input filed empty again) the Prepopulate doesn't load again all the values.

Thanks, Max

alexbowers commented 5 years ago

Unfortunately, it isn't possible for us to provide those values again, because the searchable component itself has taken over control and decided to remove the values from the list.

This is probably an issue for further upstream on nova-issues repo.