AppMaster.io
Home
Studio
Jobs
Suggest Feature
Search…
English
What is AppMaster.io?
Getting Started
App Architecture
Quickstart
Best Practices
FAQ
Projects
Creating a Project
Project sharing
MODULES (INTEGRATIONS)
Modules
Setup
Modules List
Data Design
What are data models
Data Models Designer
Data types
Relation types
Auto-generation of data models
Business Logic
Business Processes Editor
Best Practices for BP Separation
Blocks List
Global Variables
External API Requests
FAQ
Endpoints (API)
Endpoints Configuration
Middleware
Access & Permissions
WEB APPS
Web Applications Designer
Working with Components
Signup and Login Forms
Workflow in web applications
Components list
Container
Button
Dropdown
Table
View
Tabs
Switch
Label
Image
Video
Chart
Form
Input (string)
Input (text)
Input (integer)
Input (float)
Input (email)
Input (password)
Input (phone)
RichText Editor
Time Span
Date Picker
Time picker
DateTime Picker
Select
Select (enum)
Relselect
MOBILE APPS
Mobile Applications Designer
Creating a Mobile App
Mobile Designer Interface
Working with Screens
Working with Widgets
Publishing a Mobile App
DEPLOYMENT
Deployments Configuration
AppMaster.io Cloud Services
Data Export
Logs
How-To
Import CSV/Excel File
Buttons Setup
User Interface Layout
Powered By
GitBook
Input (float)
Input field for float numbers
Look&Feel Settings:
Label
(not mandatory) - label for input.
Default value
(not mandatory) - input default value.
Placeholder
(not mandatory) - placeholder for input.
Name
(mandatory) - name of the input.
Tooltip
(not mandatory) - hint for input.
Min
(not mandatory) - min value.
Max
(not mandatory) - max value.
Step
(not mandatory) - change step.
Required
(mandatory) - makes the field mandatory. Disabled by default.
Allow clear
(mandatory) - icon to clear the input. Disabled by default.
Validate icon
(mandatory) - validate icon for input. Disabled by default.
Disabled
(mandatory) - makes the component disabled if turned on. Is turned off by default.
Visible
(mandatory) - makes the component visible if turned on. Enabled by default.
Workflow triggers:
onCreate
– fires when the element is created on the page;
onShow
– fires when the component changes its state to visible (displayed on the page);
onHide
– fires when the component changes its state to hidden (stops being displayed);
onDestroy
– fires before the component is destroyed;
onChange
- fires when the value is changed;
onFocus
- fires when component is being focused;
onBlur
- fires when component is blurred;
onEnterKey
- fires when Enter is pressed.
Component Actions
InputFloat Get Properties
Gets the component's properties.
Input
parameters:
Component Id
[string]
-
input component's identifier.
Output
parameters:
Label
[
string
] - input label;
Placeholder
[
string
] - input placeholder;
Allow clear
[
boolean
] - state of allow clear;
Disable
[
boolean
] - disables component if
true
;
Visible
[
boolean
] - component visibility state;
Tooltip
[
string
] - input field hint;
Required
[
boolean
] - shows required mark if
true
;
Debounce
(ms) [
integer
] - delay to validate the value;
Min
[
float
] - min value;
Max
[
float
] - max value;
Step
[
float
] - change step;
Value
[
string
] - value from input;
Validate Icon
[
boolean
] - icon to be shown on validate the value;
Validate Status
[
status type
] - status to be shown on validate the value;
Validate Message
[
string
] - message to be shown on validate the value.
​
InputFloat Set Properties
Sets the component's properties.
Input
parameters:
Component Id
[string]
-
input component's identifier.
Label
[
string
] - input label;
Placeholder
[
string
] - input placeholder;
Allow clear
[
boolean
] - state of allow clear;
Disable
[
boolean
] - disables component if
true
;
Visible
[
boolean
] - component visibility state;
Tooltip
[
string
] - input field hint;
Required
[
boolean
] - shows required mark if
true
;
Debounce
(ms) [
integer
] - delay to validate the value;
Min
[
float
] - min value;
Max
[
float
] - max value;
Step
[
float
] - change step;
Value
[
string
] - value from input;
Validate Icon
[
boolean
] - icon to be shown on validate the value;
Validate Status
[
status type
] - status to be shown on validate the value;
Validate Message
[
string
] - message to be shown on validate the value.
​
InputInteger Update Properties
Update the component's properties.
Input
parameters:
Component Id
[string]
-
input component's identifier.
Label
[
string
] - input label;
Placeholder
[
string
] - input placeholder;
Allow clear
[
boolean
] - state of allow clear;
Disable
[
boolean
] - disables component if
true
;
Visible
[
boolean
] - component visibility state;
Tooltip
[
string
] - input field hint;
Required
[
boolean
] - shows required mark if
true
;
Debounce
(ms) [
integer
] - delay to validate the value;
Min
[
float
] - min value;
Max
[
float
] - max value;
Step
[
float
] - change step;
Value
[
string
] - value from input;
Validate Icon
[
boolean
] - icon to be shown on validate the value;
Validate Status
[
status type
] - status to be shown on validate the value;
Validate Message
[
string
] - message to be shown on validate the value.
Usage example
Input (float) suitable for entering float values, for example for coordinates
​
Previous
Input (integer)
Next
Input (email)
Last modified
3mo ago
Copy link
Outline
Look&Feel Settings:
Workflow triggers:
Component Actions
InputFloat Get Properties
InputFloat Set Properties
InputInteger Update Properties
Usage example