Using isRequired() in a field inside of a table

Issue #3 resolved
Tiago Rodrigues created an issue

Good morning,

I have a table that has some required fields and others that are not mandatory. For that reason I cannot use the isRequired function directly in the lf-table attributes because I don't want to obligate the creation of a registry, just some of the fields in case of a registry.

If I put some of the fields in the table mandatory with the function isRequired(), the table becames deformed because of the '*' character as you can see in the image below:

isRequired.png

How can I maintain a field required without the * character or without deforming a table?

Thanks!

Comments (0)

  1. Log in to comment