selector
Here are 296 public repositories matching this topic...
Description:
@change events are not firing properly when changing a simple selected value. @input seems to be working fine.
Steps to Reproduce:
- Go to https://codepen.io/dougkurucz/pen/GRJGGKy?editors=1111
- change the value
Expected Behavior:
- the codepen console should log "change"
Additional Context:
- if you change the registered handler to @input then you will see it correctl
what is prefer way to add relation and remove relation? I found example as below, but I did't find any document about the two methods.
case 'ADD_AUTHOR_TO_BOOK':
Book.withId(action.payload.bookId).authors.add(action.payload.author); // add new entity , add relation? this doesn't work.
break;
case 'REMOVE_AUTHOR_FROM_BOOK':
Book.withId(action.payload.bo
picker 该组件封装的是iOS中常用的选择器组件,主要包括:日期选择器、时间选择器(DatePickerView)、地址选择器(AddressPickerView)、自定义字符串选择器(StringPickerView)。支持自定义主题样式,适配深色模式,支持将选择器组件添加到指定容器视图。
-
Updated
May 12, 2020 - Objective-C
一个可以用代码设置selector背景(按下去背景颜色更改,样式变化等等)的button, 再也不用写selector了
-
Updated
Jan 23, 2019 - Java
Separator not working, fixed by change '||' into '&&' -> logical error
Dropdown height hardcoded leading to missing height modal on dynamic options number, fixed by deleting height on style -> styling error
already created PR in : sohobloo/react-native-modal-dropdown#228
hope this help
-
Updated
Jan 23, 2019 - Java
手机移动端选择组件 支持是否级联/单选到多选/可异步更新数据等..
-
Updated
Jan 22, 2020 - JavaScript
Android UI 快速开发,专治原生控件各种不服
-
Updated
May 5, 2020 - Java
-
Updated
Mar 23, 2018 - Java
A framework for creating semi-automatic web content extractors
-
Updated
Oct 12, 2019 - Python
基于TextView 1.直接设置selector背景2.直接设置drawableLeft大小 3.圆角,圆形,背景/边框/文字根据状态变色
-
Updated
Nov 28, 2018 - Java
All in the title :) This should be documented, as we can put a lot of stuffs unrelated to colors in a theme, and I am not sure that the library will skip the non color props (I'll try asap).
Android Time Selector Library
-
Updated
Feb 28, 2016 - Java
The magic memoization for the State management.
-
Updated
May 18, 2020 - JavaScript
Simple, easily and diversity menu solution
-
Updated
Sep 10, 2019 - JavaScript
Easy, closure-based Swift methods for working with interactive UIKit elements.
-
Updated
Oct 25, 2019 - Swift
function capitalize(str: string, i: number): string {
if (i === 0) {
return str;
}
return str[0].toUpperCase() + str.slice(1);
}
Beautiful custom View, SeekBar selector, easy to use, and rich in customization.漂亮的区间选择器,贝塞尔曲线优雅实现
-
Updated
Apr 26, 2020 - Java
Pls Enrich docs
Please enrich the documentation, there are many filters, extractors and other functionalities that are in the changelog but not in the sessions. So we need to look all the changelog to find amazing filters like between(string&&sting) and others...
I could help with the docs if you want it.
Thanks for this amazing repo
Code typo in docs
Customizable tri-state toggle button (with three states, three state toggle) for Android
-
Updated
Mar 3, 2017 - Java
SelectPage for Vue2, list or table view of pagination, use tags for multiple selection, i18n and server side resources supports
-
Updated
Oct 18, 2019 - JavaScript
I'm having an issue with selectors, and in general they're hard to deal with because they are not documented, neither here nor in GoQuery.
I have this markup:
And I select :
type Categorie struct {
Text string `goquery:"a,text"`
Link string `goquery:"a,[href]"`
Sub
Improve this page
Add a description, image, and links to the selector topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the selector topic, visit your repo's landing page and select "manage topics."



We should have a documentation website, perhaps generated from our readme or the other way around, in order to make it easier for people to learn about Cash and browse its functionalities.
If anybody would like to spend the time to make it it'd be awesome.