No More Posting New Topics!

If you have a question or an issue, please start a thread in our Github Discussions Forum.
This forum is closed for new threads/ topics.

Navigation

    Quasar Framework

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    1. Home
    2. jclemgruber
    J
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Groups 0

    jclemgruber

    @jclemgruber

    0
    Reputation
    324
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    jclemgruber Follow

    Latest posts made by jclemgruber

    • RE: CSS List problem after upgrade to 0.12

      Hi @rstoenescu ,

      Sorry, i didn’t sent my entire html and thanks, i’ve get multiple lists instead of multiple items. But, even changed that, i still can’t scroll my results on large screens. I can scroll successfully when using mobile-view on Chrome or Quasar Play. Like i’ve said, on 0.9 this such of thing didn’t happen.
      0_1483577911890_Captura de tela de 2017-01-04 22-35-46.png
      0_1483577942501_Captura de tela de 2017-01-04 22-36-54.png

      <template>
      <div class=“layout-padding”>

      <h5>Instituições</h5>
      
      <button class="primary big circular absolute-bottom-right push" @click="newInst()" style="right: 15px; bottom: 15px; z-index:2">
        <i>add</i>
      </button>
      
      <div class="list">
          <div class="item multiple-lines" v-for="Inst in Instituicoes">
              <div class="item-content has-secondary">
                  <div>{{Inst.nome}}</div>
                  <div class="item-label item-smaller">{{Inst.email}}</div>
              </div>
              <div class="item-secondary">
                  <i slot="target">more_vert
                      <q-popover ref="popover">
                          <div class="list">
                              <div class="item item-link" @click="editInst(Inst.id)">
                                  <div class="item-content">Editar</div>
                              </div>
                           </div>
                      </q-popover>
                  </i>
              </div>
          </div>
      </div>
      

      </div>
      </template>

      Any ideas?

      Thank you.

      posted in Help
      J
      jclemgruber
    • CSS List problem after upgrade to 0.12

      I have an issue using CSS Lists where doesn’t show scrollbar anymore. This problem shows up after upgrade 0.9 -> 0.12. Does anyone have some tips? Thank you.

      <code>
      <div class=“layout-padding”>
      <div class=“list” v-for=“item in items”>
      <div class=“item multiple-lines”>
      <div class=“item-content has-secondary”>
      </code>

      posted in Help
      J
      jclemgruber
    • Autocomplete

      Hi,

      Anyone can point me directions to build a autocomplete component in quasar, or use one compatible with vue 2?

      Thanks.

      posted in Help
      J
      jclemgruber
    • RE: Datetime Localization

      Unfortunately weekdaysShort was not translated. I’ll be waiting for this fix. By the way, is there any issues using this component in large views? The “set” and “cancel” buttons doesn’t appear. On Quasar Play works great.

      Thanks for your support and sorry my poor english.
      0_1475191799381_datetime-component.png

      posted in Help
      J
      jclemgruber
    • Datetime Localization

      How do i localize a quasar-datetime component?

      posted in Help
      J
      jclemgruber