@@ -4,7 +4,7 @@ Documentation
441 . [ Basic Usage] ( #basic-usage )
551 . [ Handling Submit] ( #handling-submit )
661 . [ Global Options] ( #global-options )
7- 1 . [ Form types] ( #form-types )
7+ 1 . [ Form types] ( #form-types )
881 . [ Default form types] ( #default-form-types )
991 . [ Form definitions] ( #form-definitions )
10101 . [ Overriding field types and order] ( #overriding-field-types-and-order )
@@ -190,6 +190,7 @@ Schema Form currently supports the following form field types out of the box:
190190| submit | a submit button |
191191| button | a button |
192192| radios | radio buttons |
193+ | radios-inline | radio buttons in one line |
193194| radiobuttons | radio buttons with bootstrap buttons |
194195| help | insert arbitrary html |
195196| tab | tabs with content |
@@ -312,7 +313,7 @@ General options most field types can handle:
312313
313314### onChange
314315The ``` onChange ``` option can be used with most fields and its value should be
315- either an angular expression, as a string, or a function. If its an expression
316+ either an angular expression, as a string, or a function. If its an expression
316317it will be evaluated in the parent scope of the ``` sf-schema ``` directive with
317318the special locals ``` modelValue ``` and ``` form ``` . If its a function that will
318319be called with ``` modelValue ``` and ``` form ``` as first and second arguments.
@@ -876,7 +877,7 @@ It is not needed for tabs on top.
876877The ` title` option is a bit special in ` tabarray` , it defines the title
877878of the tab and is considered a angular expression. The expression is evaluated
878879with two extra variables in context: **value** and **$index**, where **value**
879- is the value in the array (i.e. that tab) and **$index** the index.
880+ is the value in the array (i.e. that tab) and **$index** the index.
880881
881882Example with tabs on the top:
882883
0 commit comments