From 76c287c3b96b552f640b1ae3c1e3c6954ba5d0df Mon Sep 17 00:00:00 2001 From: Joseba Date: Thu, 16 Oct 2014 10:34:13 +0200 Subject: [PATCH 1/2] autofocus and readonly attributes --- atom/input.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atom/input.coffee b/atom/input.coffee index d365cf8..5140b57 100644 --- a/atom/input.coffee +++ b/atom/input.coffee @@ -11,7 +11,7 @@ class Atoms.Atom.Input extends Atoms.Class.Atom @template : """ - """ + """ @base : "Input" From 6e6fe7b11ddcd7ba97f98630ce5ee6298403f5a6 Mon Sep 17 00:00:00 2001 From: Joseba Date: Fri, 17 Oct 2014 08:53:14 +0200 Subject: [PATCH 2/2] autofocus, readonly and check attributes for documentation Added to documentation new input attributes --- docs/ES/atoms.atom.input.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/ES/atoms.atom.input.md b/docs/ES/atoms.atom.input.md index d9a5c86..3d6dbe4 100644 --- a/docs/ES/atoms.atom.input.md +++ b/docs/ES/atoms.atom.input.md @@ -13,6 +13,9 @@ required : Boolean [OPTIONAL] disabled : Boolean [OPTIONAL] style : String tiny|small|big [OPTIONAL] maxlength : Number [OPTIONAL] +checked : Boolean [OPTIONAL] +autofocus : Boolean [OPTIONAL] +readonly : Boolean [OPTIONAL] ``` ### Methods