core icon indicating copy to clipboard operation
core copied to clipboard

style tag not propagating to sub-ki.Props map -- need to pass down from owner

Open rcoreilly opened this issue 6 years ago • 1 comments

editing a ki.Props map will offer type options for the instance{} type based on the ki.PropTag() method, but if you have a sub-ki.Props map, it won't have a ki owner to get it from. So we need to propagate the PropTag down. Probably best to just store it separately on ValueViewBase and anyone who has a ki owner overwrites but otherwise inherit.

rcoreilly avatar Nov 14 '18 23:11 rcoreilly

editing props is not a common use-case in actual apps.. lowpri.

rcoreilly avatar Jan 18 '20 09:01 rcoreilly