Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Add Const Focusable Fields List (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
elsiosanchez authored Jun 20, 2022
1 parent ef19b5e commit f51ebed
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/utils/ADempiere/componentUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,13 @@ export const LAYOUT_MAX_COLUMNS_PER_ROW = 24
* Default columns per row on layout
*/
export const DEFAULT_COLUMNS_PER_ROW = 3

/**
* Focusable Fields List
*/

export const FOCUSABLE_FIELDS_LIST = [
'FieldText',
'FieldTextLong',
'FieldNumber'
]

0 comments on commit f51ebed

Please sign in to comment.