Solved
differences between granite.ui.coral.foundation vs granite.ui.foundation (specifically in how they actually work)
Not really concern on the presentation but on the how they actually work.
As an example:
- granite/ui/components/coral/foundation/form/textfield vs granite/ui/components/foundation/form/textfield seems to work the same
- "granite/ui/components/coral/foundation/form/multifield" vs "granite/ui/components/foundation/form/multifield": the implementation is different so how you handle/parse the values in the Sling model is different as well
I'm trying to the differences in the most commonly used ones.
Thanks