This is a migrated thread and some comments may be shown as answers.

Kendo UI Mobile search box formatted like default?

1 Answer 81 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Jack
Top achievements
Rank 1
Jack asked on 02 Sep 2013, 07:48 PM
I have a Kendo UI app with a search box. My problem is, it's formatted just like the browser would normally format it, which I do NOT want. I would expect Kendo UI to do this for me. Here is my HTML:<div data-role="view" data-layout="app" data-title="Search" id="index">

<header data-role="header">

<div data-role="navbar">Search</div>

<form id="searchForm">
<input type="search" id="search" />
</form>

</header>
</div>
..........
Am I going to have to style this myself?

1 Answer, 1 is accepted

Sort by
0
Kiril Nikolov
Telerik team
answered on 03 Sep 2013, 07:57 AM
Hi Jack,

Kendo UI Mobile does not style the form elements by default, the only exceptions are checkboxes and radios. What I am trying to say is that this styling is the browsers default, and if you want to change it you will need to apply some custom css rules, to achieve the desired result.

Regards,
Kiril Nikolov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
General Discussions
Asked by
Jack
Top achievements
Rank 1
Answers by
Kiril Nikolov
Telerik team
Share this question
or