ember-inspector icon indicating copy to clipboard operation
ember-inspector copied to clipboard

Component tree: input component arguents serialization

Open lifeart opened this issue 5 years ago • 3 comments

image

ARGS looks confusing for non exp devs & non-inspectable

can be tests in https://ember-twiddle.com/a1a1448823aad56dfdd4615b0e5bf0b8?openFiles=templates.components.mega-input%5C.hbs%2C

lifeart avatar May 07 '20 17:05 lifeart

Also, _TextField looks like private component, and I think it should be filtered.

Additional checks: <Textarea /> component

lifeart avatar May 07 '20 17:05 lifeart

I’m not 100% sure what to do about this. It doesn’t seem great to just hide this.

chancancode avatar May 07 '20 18:05 chancancode

@chancancode perhaps we could show built in components differently somehow?

RobbieTheWagner avatar May 07 '20 19:05 RobbieTheWagner