cimmanon
cimmanon
It's worth pointing out that checkboxes don't behave as expected when using `defaultSnapFormConfig { method = Just Post }`. Consider the following form: ```haskell fooSearchForm :: Monad m => Form...
For what it's worth, the common browser behavior that allows you to have an unselected radio element isn't part of the specification and there's no way to uncheck a radio...
I've been testing this, but it seems like it doesn't properly set the values as selected when looking at the view prior to posting the form? I've tried poking at...
I have a few forms in the project that I'm just about finished with that really could have used a list of subforms (my forms are the result of cross...
When support for lists is implemented, it would be great if we could get a new answer for this Stack Overflow question regarding implementing lists of subforms: http://stackoverflow.com/q/12769153/1652962
The invalid HTML is partially my own doing, I should have updated this issue. Here's a jist containing the JavaScript I've written and the modifications I had to make to...
I'm also interested in this, but I'm not certain this implementation will help me very much with the form I am currently working on. ![Sample form from an old PHP...
IE10 follows the draft from March 2012 (http://www.w3.org/TR/2012/WD-css3-flexbox-20120322/), which is not the current draft (http://www.w3.org/TR/2012/CR-css3-flexbox-20120918/). You can see exactly which properties are supported via MSDN: http://msdn.microsoft.com/en-us/library/ie/hh772069(v=vs.85).aspx
@iManu If you're reporting an issue, you really need to look at the compiled CSS to confirm that it is behaving improperly. Sass will only prevent you from creating syntactically...
@lolmaus http://www.w3.org/TR/CSS21/syndata.html#rule-sets > The selector (see also the section on selectors) consists of everything up to (but not including) the first left curly brace ({). A selector always goes together...