Skip to content
#

component-library

Here are 539 public repositories matching this topic...

bootstrap-vue
evergreen
Shijir
Shijir commented Apr 27, 2020

Describe the bug

The following is Datagrid's old pagination API:

 <clr-dg-footer>
          {{pagination.firstItem + 1}} - {{pagination.lastItem + 1}}
          of {{pagination.totalItems}} users
          <clr-dg-pagination #pagination [clrDgPageSize]="2"></clr-dg-pagination>
</clr-dg-footer>

This API causes the ExpressionChangedAfterItHasBeenCheckedError if used with

baseweb
LaurenReillyW2G
LaurenReillyW2G commented Jan 7, 2020

Feature description

I was reading through the i18n section of the documentation and it was not very clear how to use this and what kind of features it has. I think that the internationalization documentation should be updated.

A few specific things:
-Can it format data per language such as time, date, currency, pluralizations?
-How do you switch between languages, and when you switch d

Archsx
Archsx commented Aug 17, 2018

怎么在父组件中传递值给的search-box组件中的input?

VueAMap 版本:0.5.7

OS/Browsers version: Chrome

Vue 版本:2.5.2

预期 : 想在父组件中使用v-if控制子组件的展示与否,并在子组件初始化完成后,子组件search-box组件的input的value为父组件传递的值,如果可以的话默认搜索并展示结果。

实际:

feature request :

Parent.vue
`<map-component v-if="showMap" @on-click="getAddress" :searchValue = "address">
...
data:function(){

Fomantic-UI
dandrei
dandrei commented Oct 30, 2019

I'm trying to build a page that has a sidebar (or both a sidebar and a top appbar / navbar), and none of the Layout examples are helping. I tried mixing and matching the components and I never manage to obtain quite the result that works in the documentation (e.g. the Build Tools page), a simple sidebar on the left with content on the light.

EdricChan03
EdricChan03 commented Mar 24, 2019

Type of Issue

[ ] Bug Report
[x] Feature Request

Description

Currently, contributing to this project can be hard especially for beginners like me who do not understand the project structure.

How To Reproduce

Put yourself into a beginner's shoes.

Let's say you want to contribute code to resolve a feature request (something like #1180, which introduces support

macrozone
macrozone commented Nov 11, 2019

If you just want to replace one field (e.g. replace the ListField with a custom one for all schemas), you need to reimplement the whole AutoField.

It would probably easier, if you could pass a getFieldComponent to a AutoForm, which would hook into here: https://github.com/vazco/uniforms/blob/master/packages/uniforms-material/src/AutoField.tsx#L24 and would take props and could return a Comp

fast
Huntak
Huntak commented Jun 14, 2017

아래소스와 같이 사용하여본 결과 Uncaught TypeError: SelectBox is not a function 에러 메세지를 띄웁니다. 왜이럴까요....?

아니면 다른 방식으로 combo box에 input checkbox를 넣어서 여러개를 체크할 수 있게 만드려했는데
combo box에서 값을 선택하면 combo box 창이 닫혀버리네요... 창이 열려있을 때 checkbox 영역을 클릭했을 시에는 combo box 창이 닫히지 않도록 설정할 수 있을까요 ?
미리 설정해둔 메소드라서 event.stopPropagation(), event.preventDefault () 도 않먹네요...
혹시 다른 방법이 있을까요 ?

jui.ready([ "ui.sele

Improve this page

Add a description, image, and links to the component-library topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the component-library topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.