How I can hide (like password html input type) somes input ?
Hi!
How I can make somes fields hidden ?
Like type="password"in html
Thanks for your help
That's an interesting idea, thanks. This isn't supported right now though, I will mark this as a feature request.
Can we get some work around at least? Maybe an event that gets fired when a field gets added in the DOM so we can change the field with our own.
I do not know of an easy workaround unfortunately. A good solution may be to implement an onRenderValue option discussed in #738, and with that, apply custom rendering for passwords.
A bit off-topic, but the successor of this library, josdejong/svelte-jsoneditor, will soon support onRenderValue, it's in the making right now.