Numeric control optionally allow null values [pgadmin4] - Mailing list pgadmin-hackers

From Harshal Dhumal
Subject Numeric control optionally allow null values [pgadmin4]
Date
Msg-id CAFiP3vw1xbHYaxFq6KqknMO3H1VZ-9iUq02V4i2mNV-+jGPdMg@mail.gmail.com
Whole thread Raw
Responses Re: Numeric control optionally allow null values [pgadmin4]
List pgadmin-hackers
Hi,


Please find attached patch for numeric control with optionally allow null values

Null values: undefined/empty string/null
By default numeric control value can not be null. Use flag allowNull: true to allow null values.

Usage:

id: 'fillfactor', label: '{{ _('Fill factor') }}', deps: ['index'],
type: 'numeric', group: '{{ _('Definition') }}', allowNull: true,


-- 
Harshal Dhumal
Software Engineer 



Attachment

pgadmin-hackers by date:

Previous
From: Ashesh Vashi
Date:
Subject: [pgAdmin IV] PATCH: Add support for the notices/messages from the backend server.
Next
From: Harshal Dhumal
Date:
Subject: Re: Numeric control optionally allow null values [pgadmin4]