Bryan Weaver

Results 3 comments of Bryan Weaver

I just wanted to post an update, since I just ran into this problem: I tested to see if the negative value could be saved into the DB, and it...

Ok, I figured something out. The MatKeyboardKeyComponent is expecting your input to be a **FormControl**. **your_component.ts**: ` private data = '';` ` testControlValue = new FormControl({value: this.data, disabled: false});` **your_component.html**:...