dalenewman / OrchardCore.Transformalize

a transformalize module for orchard core
Apache License 2.0
13 stars 3 forks source link

Task and Form Parameters Auto Complete Setting #15

Closed vlad2kgithub closed 3 years ago

vlad2kgithub commented 3 years ago

It would be nice to have an auto-complete="true|false" in parameter - and then have the orchard module respect it, by adding property HTML attribute to form.

dalenewman commented 3 years ago

I implemented and tested it and it seems to have the desired affect on my PC. The image dalenewman/transformalize.orchard is being published (it takes a few minutes). So, to emphasize what I said in the commit, the default behavior is to not have autocomplete (off). So, if you want it on parameters, you have to AutoComplete="true" it on the parameter.