Questions tagged [mithril.js]

Mithril.js is a client-side MVC framework.

Mithril.js is a client-side MVC framework - a tool to organize code in a way that is easy to think about and to maintain.

Some features include

  • Safe-by-default templates
  • Hierarchical MVC via components
  • Virtual DOM diffing and compilable templates
  • Intelligent auto-redrawing system

Official page and resources: http://mithril.js.org/

260 questions
0
votes
1 answer

Random inline styles being applied

I have no code that adds inline styles to div.size-option, but the first one has random inline styles added to it. No where else in the code does anything mess with these elements. The overall setup is too complicated to reproduce in a…
swade
  • 668
  • 2
  • 7
  • 15
0
votes
2 answers

Third party libraries not initializing correctly

I have a slider menu that I need to initialize after render to make a menu a slider, but it never initializes correctly. return
swade
  • 668
  • 2
  • 7
  • 15
0
votes
1 answer

I want to each other reflected by calculating the input contents of the three input tags in each

In the current situation, only it is reflected in two to calculate the input contents of one of the input tag ・This is only an example ・Anything is good if the input contents of the input tag is mutual reflect
re1
  • 435
  • 1
  • 7
  • 17
0
votes
2 answers

Mithril filtering list of components

I've encountered a problem when trying to filter a list of data using mithril.js. I've got two components: a form and an inputWrapper. The form shows a form with multiple input fields that each has a value. The form also has a search-input that…
0
votes
1 answer

mithril.js issues with CKEditor

I've written this code using mithril.js + CKEditor