Help with my Component

I have built a component to help hide some parts of a text-input and want the user to choose the number of characters to display and the side to mask (left, middle, or right). It works fine the first time I set it up but when I make changes to the number of visible characters or the position to mask it doesn’t accept them. Can someone help out with this?

Okay, I found the solution, I had not implemented onchange handlers for my props :slight_smile:

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.