jadrake75
jadrake75
I am passing in an array of values that range from 0.0 to 1.0 and represent the percentage of memory used in a small monitoring dashboard. It would be nice...
You can add multiple tabs by moving subsequent tabs lower, but this also moves the content area lower (so you need to manually move that up. Also they are not...
if you use an expression like ``` html ${ 'table.column.condition'|t} ``` for heading in a element it will display that as a literal and not the bound/compiled expression. Makes it...
Paging appears to be set even when using pageable="false" on the element. However this is a string yet the code in grid.js assumes a Boolean. Such that if (this.pageable &&...
If you set page-size="20000" it will still use 10. Unless you debounce a call to a bound variable in your view-model on attached(). example ``` javascript export class MyTableVM {...
### Environment Vite 5.0.4 and tailwind theme - reproducible in sandbox (see link) ### Reproduction I created an example, but basically set the fields ``` :native="false" :search="true" ``` And the...
### Environment vuejs: 3.4.21, vueform: 1.9.5 Using tailwind ### Reproduction A minimal reproduction has been created. In it the Date Picker "vertical" space is limited for the form field. Since...
### Version * Vue version: 3 ### Description When selecting an item in the select via the model when opened it will not scroll to the item. Depending on the...
Have updated the README to include information on how to generate types for a local project, but this project could include the index.d.ts file by default.
Gulp is quite old and while it works the tool chain does have built time security warnings (does not impact product/runtime) Should update to a more modern build framework for...