Hello!
We have migrated the JS sdk to use the map components due to 4.22 being sunset. However, configuring the components to our own needs is a bit more tricky.
Correct me if I am wrong. We would like to change the color/style of the ResultGraphic of the arcgis-search component (the resulting dot when searching for a location). Something no longer present in the new components API. Compared to the old one.
What is the recommended way to modify and configure the components?
You can set this up via the SearchSource as the resultSymbol.
If it worked via the resultGraphic, it was in error as that is supposed to be readonly property in both the component and the widget.