CareSet / DURC

DURC is reverse CRUD
MIT License
3 stars 2 forks source link

allow autocomplete configuration #17

Open ftrotter opened 6 years ago

ftrotter commented 6 years ago

html fields can accept or reject autocomplete. It should be possible to instruct DRUC explicitly to turn this on or off, since it is either a super-useful or super-frustrating feature.. depending.

This should be handled by the creation of a new variable in the mined json configuration. That is set to autocomplete = true. When a user overrides this to autocomplete = false, then the form should not autocomplete.