Automatic generation of component ids is being developed under #661, but there should be a configurable way of disabling them - typically in production they won't be needed and just add to the network traffic
Disabling them requires a small change to DefaultViewFactory and wherever the ids are generated for the UI, but the configuration needs to be thought about
Automatic generation of component ids is being developed under #661, but there should be a configurable way of disabling them - typically in production they won't be needed and just add to the network traffic
Disabling them requires a small change to
DefaultViewFactory
and wherever the ids are generated for the UI, but the configuration needs to be thought about