glutio

Results 18 comments of glutio

btw, about checkboxes and AutocompleteSelectionMode, do you think maybe the Mode should only be Single/Multiple and checkboxes should be a separate boolean like ShowCheckboxes ? Because Checkbox mode is also...

> So this still happens if you can take a look at it... @stsrki looking at closable.js since its maybe related to popup not closing. Looking at `` it closes...

About checkboxes. They accept tabs and clicks. That should be disabled, but if we use "disabled" attrubute then it will get disabled style, disabling it with tabindex=-1 and pointer-events:none feels...

Changed DropDownItem `@onclick` to `@onmousedown` this prevents textbox from losing focus -https://stackoverflow.com/questions/12154954/how-to-make-element-not-lose-focus-when-button-is-pressed I think focus/keyboard support is better now. I broke some of the behavior, so still working on it,...

What is the expected behavior of AutoSelectFirstItem ? When should it be selected? On first render in single select mode?

Also for SetParametersAsync(), is this some kind of pattern that works? You have only two variables - propertyVal and parameterVal, what I used previously was 3 variables - propertyVal, parameterVal...

Do you need to marshall FPDF_FILEACCESS from JS to WASM for it to work? Something like below (generated by AI) ``` function createFPDF_FILEACCESS(fileLength, m_GetBlockPtr, m_Param) { const structSize = 12;...