1.7.15. CountryField ドロップ (up)

1.7.15.1. メソッド

1.7.15.1.1. value

国の ID を返します。

{{ account.fields.country.value }} => 42

compare with:

{{ account.fields.country }} => 'United States'
1.7.15.1.2. name

フィールドのシステム名を返します。

1.7.15.1.3. required
1.7.15.1.4. hidden?
1.7.15.1.5. hidden
1.7.15.1.6. visible?
1.7.15.1.7. visible
1.7.15.1.8. read_only
1.7.15.1.9. errors
1.7.15.1.10. input_name
1.7.15.1.11. html_id
1.7.15.1.12. label

フィールドのラベルを返します。

{{ account.fields.country.label }}
<!-- => 'Country' -->
1.7.15.1.13. to_str

国名を返します。

{{ account.fields.country }} => 'United States'
1.7.15.1.14. choices