winjs/winstrap

Inline forms

Opened this issue · 4 comments

Hello, first of all thank you for Winstrap, I really like it ;-)
Anyhow I have a small problem, I've searched through past issues and couldn't find anything related: it appears that Winstrap has a problem with inline forms, this is the output:

winstrap inline form

And this is the code:

        <form class="form-inline">
            <div class="form-group">
                <label for="sSearchTerm" class="sr-only">Search terms</label>
                <input type="text" class="form-control" placeholder="Search terms" id="sSearchTerm" name="sSearchTerm">
            </div>
            <button type="submit" class="btn btn-primary" name="btnSearch" id="btnSearch">Search</button>
        </form>

Tested with FireFox 59.0.2 and Internet Explorer 11

Hi Francesco, looks the source of the error is the textbox is bigger in winstrap than bootstrap, but the form-group is not.
I'm working in a fix and will let you know when is ready.

Hi codefactorymx, thank you for having a look! :-)

Hi Francesco,

Sorry for the delay, I was very busy in the last months. Now I'm using my personal github account.
My daughter Sofia Cortana is taking much of my time.

Have fixed the issue, right now is available on my fork, take a look please.
https://github.com/victor-lara/winstrap

Hi, thank you :)