Ulion

Results 30 issues of Ulion

Or a more generic filter as https://libraries.io/github/dotSlashLu/moment-filter did? I need display a datetime in the format "fromNow()" of moment returned, and a filter would be useful since I'm using it...

At least on my ionic 1.2.4, the ionic input string $formatter will convert the modelvalue first to string, which will cause the ion-google-place can not display the address, with the...

https://github.com/ianstormtaylor/slate/blob/1433499e987071495e29a1847d8fcf8ff0499f7e/packages/slate-react/src/components/editable.tsx#L875 According to the code, the onCopy and setFragmentData only be called when doc is editable, not when it's readonly, but, why not? Tried only check hasTarget instead of hasEditableTarget,...

| Q | A | ---------------- | --- | Bug fix? | yes | New feature? | no | BC breaks? | no | Deprecations? | no | New tests...

currently, slate-collaborative will save the null value to the data structure, but indeed, slate does not, they trade the null value as unset property, this PR align this behaviour so...

Just a fast fix for merge_node like operations. since currently, the map are collected in the first round run, then the 2nd round run to generate slate ops. but, during...

The isRemote false promise should only be scheduled when any apply (slate schedule onChange in first apply) really happened. Else, currently, is we got two remote applyOperation calls one by...

Sometimes a doc is just broken and need fix. current load document code does not call normalization after load doc. This PR add a force normalization after code load, then...

for a simple checkboxes type, after the form load, if we setup the model (the array field)'s value to null, the checkboxes click will cause code error like I commented...

type: bug
ui: array

Angular's select with ngOptions has 3 type about the null value (the value="" options). reference: https://docs.angularjs.org/api/ng/directive/ngOptions 1. current angular-schema-form default implement, which will add a empty value options which result...

type: bug