W
wes.rector
Guest
KUIB 3, AngularJS app. I have a Text Box on a blank view. How can I set an initial value for the Text Box in code? Here's code that does not work in onShow: this.$scope.$watch(() => { return this.$components.textbox0; }, (newValue, oldValue) => { if (newValue) { newValue.value = 'some text that varies by user'; } });
Continue reading...
Continue reading...