Levani Melikishvili
Levani Melikishvili
Is there any particular reason for changing the constructor method type from public to private? This class doesn't work in codeigniter unless I make the constructor public...
I'm using KO 3.4.0 and the following lines cause errors in Internet explorer 10 and 11 (didn't test on other ie versions): 3245 and 3654. On these lines we read:...
Is it possible to update breadcrumb value from the component? For example when I go to article page, I want to show the title of the article in breadcrumb, not...
Is it possible to set multiple snap points for the component? Instead of passing a single value in `snapPoint` I need to specify at least two snap points. I thought...
Get index value from action payload
I had an use case where I wanted to store array as a value and later push/pop some items. I think it would make sense to add methods like `push`,...
This fixes the select menu not opening when "customSelect" div has a position set to relative...