If you create a widget with:
(widget-create 'editable-field
:secret ?*
"testing")
I would expect to get a widget like:
*******
instead of what you do get:
testing
The problem is that :secret is only ever dealt with in widget-after-change
or widget-value-get. But should be checked in widget-value-create, etc. I
don't have time to dig further than this since my mother just died this
morning. I'll be out of commission for a few days to say the least.
-Bill P.