App Bar seems really restricted, how can we use <input> field?
It does not build if it is not a button. How can I create a input field for text similar to what IE10 for Windows RT uses?
Thanks
Zane C. Milakovic
You can add any HTML (including an <input> field) to your AppBar if you set its layout to 'custom'. See Quickstart: Adding a custom app bar and Scenario 5 in the HTML AppBar control sample
--Rob