Skip to main content
Inspiring
April 4, 2019
Answered

inputText component not showing in HTML5 Canvas application

  • April 4, 2019
  • 1 reply
  • 350 views

I have added an inputText component to my application. When I first created my application, published it, and ran the html file, it appeared just fine. For some reason, it no longer appears. Any ideas why?

It has the default parameters of value blank, disabled unchecked, visible checked, and class ui-textinput.

The only code related to it is

$("#inputNumber").css({

        "color": "teal",

        "font-size": 42,

        "text-align": "center"

    });

Thanks

This topic has been closed for replies.

1 reply

avid_body16B8
avid_body16B8Correct answer
Legend
April 4, 2019