Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

inputText component not showing in HTML5 Canvas application

Participant ,
Apr 04, 2019 Apr 04, 2019

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

310
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

LEGEND , Apr 04, 2019 Apr 04, 2019
LEGEND ,
Apr 04, 2019 Apr 04, 2019
LATEST
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines