Hello.
I found the setRequiredIndicatorVisible() method and mistakenly thought it controls the dot only, but it seems setRequired() uses the mentioned method as well, which edits the “required” propery as true/false. Since the dot is not very helpful, is there a way to remove it, but retaining the logic of a required field? I plan on setting the field as invalid on form creation if it is required, which will color it out and make it more visible than the dot.
Here is an old thread with exactly your question Required field indicator size and padding - #18 by nice-camel
I tried checking old threads since it semeed like something that may have been wanted by other people, but did not find this exact one. Thanks!