ASP.net
Awesome
Learn
Forum
Buy
Demos
Sign In
☾
☀
Switch to
Dark
Light
Mode
this site works best with javascript enabled
Ask Question
Input field value not visible
Title:
B
I
{code}
?
Hi, I bought the license and I replaced the .js Now, when I open any input dialog, all input field are not visible but I can see the value in Browser console. I am comparing this with the MinSetupCore demo project and I have exactly the same output. Can you please help me ? <div class="einput"> <div class="awe-txt-field awe-field"> <input name="LanguageNameLng" id="editLngGridLanguageNameLng" class="awe-val" value="Français" type="hidden" data-val="true" data-val-required="Required"> <input id="editLngGridLanguageNameLng-awed" type="text" size="1" class="awe-display awe-txt etxt"> </div> <script type="text/javascript">jQuery(function(){awe.txt({i:'editLngGridLanguageNameLng',stp:1,sep:'.',min:0});});</script> </div> Txs -Vince
Save Changes
Cancel
vRITHNER
asked at 10 Apr 2018
Answers
B
I
{code}
?
you could determine the problem using chrome console (Elements tab) where you can see the css for each html tag, I assume it's an css problem, try removing (commenting out) all the other css except the awesome css files make sure you've added the new css files in chrome you can try `Ctrl+Shift+R` instead `F5` which doesn't always reload the static files
Save Changes
Cancel
Omu
answered at 10 Apr 2018
Txs. I'll try and let you know...
at 10 Apr 2018
vRITHNER
please
Sign In
to leave an answer
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our
cookie policy
and
privacy policy
.
OK