Outside of that, you can also look at extending your Constellation UI to do banners. You’d have to assess if extending your Constellation is worth the time/investment but we provide an example on our Gitbhub to get you started:
I don’t believe there is currently a direct equivalent. I’ve dealt with a similar customer requirement. There are a things to try:
The Banner Input control listed above can work, if you want to alert the user in a prominent area of the screen.
You could use a text field to display this info. You’ll need a data transform to set the text value. If you want do set this dynamically, you might want to use the Form Refresh settings to call your DT upon change of your dropdown.
You could create a custom DX component based on a text field and changes the behavior. This is an enhancement of option #2. I built one of these a while ago, so you can could configure the text value statically at design time, without using a data transform.
@AchinthaJas@len01 has articulated, there are multiple options.
One word of caution, the option 2 mentioned (rich text), did trigger a memory for me. I have seen projects do this and as a result the screen layout is quite messy.
Anything you do, would not be associated with your “select country” control.
Screenreaders would not read it correctly
Responsiveness and wrapping of controls won’t be visually group.
As a result you start to break the usability and accessibility that is built out of the box. You get a lot with the Constellation Design System, things you no longer have to worry about - if you start breaking apart that design system then total cost of ownership will increase.