I have to add custom validation to a multifield component where if I just mention the path name but don't add the link, it will throw an error. How to do this? Please share the js code
When I'm putting the link path within href attribute, it's just returning the string value. But only when I'm wrapping the link path with the title name or whatsoever within anchor tag, it's rendering a hyperlink.