Skip to main content

All Questions

Tagged with
0 votes
0 answers
26 views

Form validation is not working using Knockout.js SPA

I have created a Single Page Application in which create three HTML Pages names: 1. Index.html (Master Page), 2. Home.html, and 3. Contact.html and also two JavaScript Pages: 1. Index.js (for Master ...
MANISH SHARMA's user avatar
0 votes
1 answer
32 views

Conditional html heading tag based on variable in knockout.js

Is it possible to set the html element in knockout.js programmatically? For example, the user can choose the heading level (from h1 - h6 and p if it's no heading). And in frontend I then have a ...
Alex Berger's user avatar
  • 1,608
0 votes
0 answers
31 views

Cast a string name to model name which already exists in knockout JS

I am working on a dynamic validation setting in Knockout JS. I blocked by one scenario, I am getting viewmodel name as string from db with control id. This model name is a string name like “testModel....
Remya's user avatar
  • 103
0 votes
0 answers
47 views

Force Magento 2's checkout accordion to be open on first step, closed on second step

This is my Magento_Checkout/web/template/summary/cart-items.html <!-- /** * Copyright © Magento, Inc. All rights reserved. * See COPYING.txt for license details. */ --> <div class="...
D.D.'s user avatar
  • 111
0 votes
1 answer
32 views

Unable to process binding "value: function() {return myVar }"

I am using knockout.js and am trying to get a <select> tag to populate with options from on of the view model's properties. I think I did everything right but it breaks. The console error is ...
drethedevjs's user avatar
0 votes
0 answers
21 views

Knockout Computed field never updates UI

I have some computed fields that I setup as get the model from JSon. The event is triggered on the related fields change and the calculation is correct but the value is never presented on the UI. ...
Sergio Sarabando's user avatar
1 vote
0 answers
31 views

Add values in form input in Javascript (Chrome)

I am trying to learn how to automate the input values in some forms when they get repetitive (asking for age, gender, location). I have investigated the HTML and noticed there are also a few hidden ...
Datacrawler's user avatar
  • 2,856
1 vote
0 answers
31 views

How to add multiple method titles to KnockoutJS ifnot statement in Magento2

I am looking to add multiple shipping method titles to some knockout JS ifnot statement in Magento2. I currently have the following code which works for the method title listed. <!-- ko ifnot: ...
user86226's user avatar
-2 votes
1 answer
88 views

Uncaught TypeError error in Chrome for multiple file upload

On one of the pages I allow user to upload multiple images to upload. Script works fine in Firefox however for sometime it doesn't work on chrome as it give following error Uncaught TypeError: Cannot ...
Learning's user avatar
  • 19.8k
0 votes
2 answers
96 views

Is toString() JavaScript output "guaranteed" to be the same in every browser/implementation?

I'm using a specific framework and somewhere in my code I have a function as a parameter. I want to check if that function is a specific anonymous function out of that framework. I don't have access ...
Dirk Boer's user avatar
  • 8,923
0 votes
1 answer
276 views

Magento 2 Minicart / Knockout.js: Format calculated price / sum

In Magento 2 minicart (CE 2.4.6) I do not only want to show the price of each item in cart, but also the SUM of each item (if there is more than one unit of the same item in cart). I have therefore ...
ralex's user avatar
  • 97
0 votes
0 answers
225 views

Magento 2: How to open a modal for each related product using UI component?

I need to save product IDs(will be used ono the frontend later) into the extension attribute of the related product. Idea is that modal with products listing should appear when I click the 'Select ...
dev's user avatar
  • 23
0 votes
0 answers
32 views

Knockout JS blur event binding occurs 2 times

I have this simple input <div class="input-group" data-bind="attr:{id: 'date-rec-datepicker-calendar-' + invoiceId()}, liveEditor: value"> <input class="edit form-...
Foreastbtch's user avatar
0 votes
0 answers
16 views

How can I do a Unit Testing in KnockoutJS with QUnit

I have this ViewModel (short) with KnockoutJS and I need to make a Unit Test using QUnit but I have this error message when i running my test. ViewModel: var modeloContratacion;//NOSONAR define(['...
Ricardo Uriel Leon Niño's user avatar
0 votes
0 answers
76 views

Knockout extenders

I have the following extender below and I am trying to use it in typescript and I'm getting the error listed. I have searched through so alot of documentation and this seems to be the way it should be ...
Panagiotis Fatouros's user avatar

15 30 50 per page
1
2 3 4 5
654