Gustavo Fenilli
Gustavo Fenilli
By adding `labelAs` and `valueAs` you can map options to use those keys to find in an object. You can also disable ( to use the core label/value ) for...
**Is your feature request related to a problem? Please describe** When using layout 'centered' it does not accept width of 100% on child elements because #root does not have width,...
### Description After using `gradle init` as application, kotlin and kotlin dsl, it gives errors at `settings.gradle.kts` and `build.gradle.kts`. ``` [{ "resource": "/home/fenilli/Projetos/kotlingram/app/build.gradle.kts", "owner": "_generated_diagnostic_collection_name_#1", "code": "UNRESOLVED_REFERENCE", "severity": 8, "message":...
How to mark options as optional for this case? as it already has the `?` but when using `ApiParameterListMixin`, it does not seen to have isOptional as true. ``` /**...
### Reproduction https://formkit.link/0f45a111952c43584c6caf034b58a954 ### Describe the bug Colorpicker keyboard arrow keys do not work when value is set to null. ### Environment • OS: [e.g. iOS] • Browser [e.g. chrome,...
Now each input has its own section and props & attributes, but we should also add what events it fires.
I think we could write more backend agnostic examples on how to deal with backend validation, meaning async calls, single input backend validation, and how to reset correctly the errors...
Tried this code, and it works fine for the static file, it reads my index.html and serves it, but my dist folder is never served. ```html Button Sandbox ``` ```typescript...
**Describe the bug** After trying to create a docker image using a svelte app converted to typescript, it gives the error @rollup/plugin-typescript TS18003: No inputs were found in config file...
`import { formatCreditCard, unformatCreditCard } from 'cleave-zen'` ``` C:\Users\gusta\Documents\Projetos\Konnektive_Offer_Template\node_modules\cleave-zen\dist\cleave-zen.module.js:1 var e,r,t,i=function(e){return e.replace(/[^\d]/g,"")},n=function(e){return e.reduce(function(e,r){return e+r},0)},a=function(e,r){return e.slice(0,r)},l=function(e){var r=e.value;return e.delimiters.forEach(function(e){e.split("").forEach(function(e){r=r.replace(new RegExp(e.replace(/([.?*+^$[\]\\(){}|-])/g,"\\$1"),"g"),"")})}),r},u=function(e){var r=e.blocks,t=e.delimiter,i=void 0===t?"":t,n=e.delimiters,a=void 0===n?[]:n,l=e.delimiterLazyShow,u=void 0!==l&&l,c="",s=e.value,o="";return r.forEach(function(e,t){if(s.length>0){var n,l=s.slice(0,e),d=s.slice(e);o=a.length>0?null!=(n=a[u?t-1:t])?n:o:i,u?(t>0&&(c+=o),c+=l):(c+=l,l.length===e&&t0?p:"")+f:t+i+(l>0?p:"")}({value:e,delimiter:void 0===i?",":i,numeralIntegerScale:void 0===a?0:a,numeralDecimalMark:void 0===l?".":l,numeralDecimalScale:void 0===u?2:u,stripLeadingZeroes:void 0===c||c,numeralPositiveOnly:void 0!==s&&s,numeralThousandsGroupStyle:void...